/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

  1. // Use this file to store all of the private credentials
  2. // and connection details
  3. #define SECRET_SSID "MySSID" // replace MySSID with your WiFi network name
  4. #define SECRET_PASS "MyPassword" // replace MyPassword with your WiFi password
  5. #define SECRET_CH_ID 000000 // replace 0000000 with your channel number
  6. #define SECRET_WRITE_APIKEY "XYZ" // replace XYZ with your channel write API Key