We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8025084 commit eaee8e3Copy full SHA for eaee8e3
README.md
@@ -560,7 +560,7 @@ boolean success = influx.write();
560
## Troubleshooting
561
All db methods return status. Value `false` means something went wrong. Call `getLastErrorMessage()` to get the error message.
562
563
-When error message doesn't help to explain the bad behavior, go to the library sources and in the file `src/InfluxDBClient.cpp` uncomment line 44:
+When error message doesn't help to explain the bad behavior, go to the library sources and in the file `src/InfluxDBClient.cpp` uncomment line 32:
564
```cpp
565
// Uncomment bellow in case of a problem and rebuild sketch
566
#define INFLUXDB_CLIENT_DEBUG
0 commit comments