Alexander Rao / Mbed 2 deprecated weather_clock

Dependencies:   mbed MbedJSONValue mbed-rtos 4DGL-uLCD-SE ESP8266NodeMCUInterface

Files at this revision

API Documentation at this revision

Comitter:
alexhrao
Date:
Fri May 24 23:36:49 2019 +0000
Parent:
12:513a0fd7c426
Commit message:
Make new node off by default

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 513a0fd7c426 -r 65946a58123e main.cpp
--- a/main.cpp	Fri May 24 23:36:32 2019 +0000
+++ b/main.cpp	Fri May 24 23:36:49 2019 +0000
@@ -1,5 +1,5 @@
 // Change below to 1 to compile for the new node
-#define ESP8226_NEW_NODE 1
+#define ESP8226_NEW_NODE 0
 #include "mbed.h"
 #include "uLCD_4DGL.h"
 #include "ESP8266Interface.h"