Changeset 128

Show
Ignore:
Timestamp:
12/22/07 07:57:17 (12 months ago)
Author:
follower
Message:

Switch our test code back to the non-class style for temporary development purposes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/follower/wiz810mj/src/demo/WizDemo5/WizDemo5.pde

    r127 r128  
    514514  Serial.println("Test sockets..."); 
    515515 
    516 #if 0 
     516#if  
    517517  NetworkConnection conn = Network.listen(7); 
    518518 
     
    536536 
    537537  conn.close(); 
    538 #endif 
     538#else 
    539539 
    540540  // This uses the 1-argument constructor of EchoServer and supplies it with 7 for each instance. 
     
    546546    } 
    547547  } 
     548#endif 
    548549 
    549550