Skip to content

Commit 42b581e

Browse files
committed
2 parents 4b532dc + 413454d commit 42b581e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HttpExample/WeatherStationExample.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
#define OPEN_VALVE_PIN 5
1818
#define LIPO_BATTERY_PIN 5
1919
#define LITIO_BATTERY_PIN 6
20-
#define ENDPOINT "https://your-endpoint"
20+
#define ENDPOINT "https://your.api"
2121
#define BODY_FORMAT "{\"w\":{\"m\": %d, \"t\": %d, \"h\": %d, \"mv\": %d, \"sv\": %d}}"
2222
//#define BEARER "gprs-service.com"
2323
//#define BEARER "movistar.es"
2424
#define BEARER "gprs-service.com"
25-
#define DEBUG 0
25+
#define DEBUG TRUE
2626

2727
unsigned long waitForRunTime = 1;
2828
const HTTP http(9600, RX_PIN, TX_PIN, RST_PIN, DEBUG);

0 commit comments

Comments
 (0)