Make static IP optional and off by default in CC3k example.
This commit is contained in:
parent
a33dac3249
commit
fe6302bfb8
@ -3,7 +3,7 @@
|
||||
#include <ccspi.h>
|
||||
#include <SPI.h>
|
||||
|
||||
#define STATICIP 0
|
||||
//#define STATICIP
|
||||
|
||||
#define halt(s) { Serial.println(F( s )); while(1); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user