Make static IP optional and off by default in CC3k example.

This commit is contained in:
Tony DiCola 2015-06-11 13:58:36 -07:00
parent a33dac3249
commit fe6302bfb8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <ccspi.h>
#include <SPI.h>
#define STATICIP 0
//#define STATICIP
#define halt(s) { Serial.println(F( s )); while(1); }