Changeset 96 for branches/follower

Show
Ignore:
Timestamp:
12/08/07 03:29:02 (13 months ago)
Author:
follower
Message:

Remove old configuration data.

Files:
1 modified

Legend:

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

    r95 r96  
    237237  Serial.println("Test W5100 configuration...");         
    238238   
    239   byte config_gateway[] = {192,168,2,101}; 
    240   byte config_subnet_mask[] = {255,255,255,0}; 
    241   byte config_mac_address[] = {0x02,0xDE,0xAD,0xBE,0xEF,0x00}; 
    242   byte config_ip_address[] = {192,168,2,105}; 
    243  
    244239  WIZ810MJ.setMac(0x02,0xDE,0xAD,0xBE,0xEF,0x00); 
    245240