This commit is contained in:
Tony DiCola 2015-06-12 12:59:37 -07:00
commit ad33b0b738
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); }