mirror of
https://github.com/airgradienthq/arduino.git
synced 2026-04-29 10:23:19 +02:00
Comment data to post
Payload already print out on toString() measurement
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ bool AgApiClient::postToServer(String data) {
|
||||
client.end();
|
||||
|
||||
logInfo(String("POST: ") + uri);
|
||||
logInfo(String("DATA: ") + data);
|
||||
// logInfo(String("DATA: ") + data);
|
||||
logInfo(String("Return code: ") + String(retCode));
|
||||
|
||||
if ((retCode == 200) || (retCode == 429)) {
|
||||
|
||||
Reference in New Issue
Block a user