ESP32_Serial2Wifi connect to ThingSpeak
Dependencies: mbed
Revision 1:83d2baaebfee, committed 2018-11-14
- Comitter:
- Pitiwut
- Date:
- Wed Nov 14 03:08:34 2018 +0000
- Parent:
- 0:f3c28e643a7d
- Commit message:
- Update I
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f3c28e643a7d -r 83d2baaebfee main.cpp --- a/main.cpp Tue Nov 13 04:19:44 2018 +0000 +++ b/main.cpp Wed Nov 14 03:08:34 2018 +0000 @@ -19,8 +19,8 @@ /**************************** End ESP32 Function ********************************/ /************** Edit here: parameters for setting Wifi+thingspeak **************/ -char ssid[] = "Supat"; // Wifi Name -char password[] = "wc2012#7"; // Wifi Password +char ssid[] = "FIBO-Wifi"; // Wifi Name +char password[] = "fibo@2538"; // Wifi Password char channelID[] = "570817"; // Your ThingSpeak channalID char APIWrite[] = "DCXUGD222HXQAXP4"; // Your ThingSpeak APIWrite char APIRead[] = "XHQ9OWAS6KY6XBK6"; // Your ThingSpeak APIRead