real time wifi
Dependencies: RemoteIR TextLCD
Diff: main.cpp
- Revision:
- 3:4c5c556c97a3
- Parent:
- 2:1bf376317a43
- Child:
- 4:a365d6acec8f
--- a/main.cpp Tue Aug 25 00:10:20 2020 +0000 +++ b/main.cpp Wed Sep 02 00:46:11 2020 +0000 @@ -320,6 +320,11 @@ display(); */ } + if( strstr(webdata, "LEFT") != NULL ) { + led4=!led4; + pc.printf("mode = RIGHT\r\n"); + + } /* if( strstr(webdata, "RIGHT") != NULL ) { led4=!led4;