Browse Source

error print change

main
LautaroGalantini 4 years ago
parent
commit
3c2c74d469
  1. 2
      test.cpp

2
test.cpp

@ -42,7 +42,7 @@ void loop() {
// Check if there was an error // Check if there was an error
if(result.getError() != "") { if(result.getError() != "") {
Serial.print("Query result error: "); Serial.print("There's an error in the query: ");
Serial.println(result.getError()); Serial.println(result.getError());
} }

Loading…
Cancel
Save