/examples/ESP8266/via AT commands/WriteSingleField/secrets.h
https://github.com/mathworks/thingspeak-arduino · C Header · 8 lines · 4 code · 2 blank · 2 comment · 0 complexity · f2c8851a772e78e4b83a7248dcf8b3e8 MD5 · raw file
- // Use this file to store all of the private credentials
- // and connection details
-
- #define SECRET_SSID "MySSID" // replace MySSID with your WiFi network name
- #define SECRET_PASS "MyPassword" // replace MyPassword with your WiFi password
-
- #define SECRET_CH_ID 000000 // replace 0000000 with your channel number
- #define SECRET_WRITE_APIKEY "XYZ" // replace XYZ with your channel write API Key