|
|
@ -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()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|