Guest User

Untitled

a guest
Apr 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. const String CHANNEL_ID = "XXXXXXXXXXXX"; // The Readiness.io channel ID
  2. const String SENSOR_ID = "XXXXXXXXXXXXX"; // Your AgriWebb or made up sensor ID
  3. const String TOPIC = "XXXXXXX"; // The type of sensor or name of the data your sending
  4. const String VERSION = "1";
  5. const String FORMAT = ""; // leave this blank unless there is a specific readiness format you need.
  6. // i.e. agriwebb
  7.  
  8. const char* WIFI_SSID = "XXXXXXX"; // Your WiFi SSID / name
  9. const char* WIFI_PASS = "XXXXXXX"; // Your WiFi password
  10.  
  11. const uint16_t UPDATE_RATE = 30; // How long to wait between sending data back (in seconds)
  12. const uint8_t TIMEZONE_OFFSET = 10; // The timezone the sensor is located in (eg. 10 for GMT)
Add Comment
Please, Sign In to add comment