Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MbedJSONValue mbed-rtos 4DGL-uLCD-SE ESP8266NodeMCUInterface
Revision 13:65946a58123e, committed 2019-05-24
- 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"