mbed project
Dependencies: ESP8266NodeMCUInterface Pubnub_mbed2_sync mbed
Revision 1:694056dc14d9, committed 2017-04-11
- Comitter:
- ECE4180
- Date:
- Tue Apr 11 20:39:27 2017 +0000
- Parent:
- 0:2730fbdae986
- Commit message:
- fixed compiler error;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2730fbdae986 -r 694056dc14d9 main.cpp --- a/main.cpp Tue Apr 11 20:37:05 2017 +0000 +++ b/main.cpp Tue Apr 11 20:39:27 2017 +0000 @@ -1,7 +1,7 @@ #include "pubnub_sync.h" #include "mbed.h" #include "ESP8266Interface.h" -#include "TCPSocket.h" +//#include "TCPSocket.h" Serial pc(USBTX, USBRX); DigitalOut led1(LED1);