Skip to content

Commit eaee8e3

Browse files
authored
chore: fixing debug line
1 parent 8025084 commit eaee8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ boolean success = influx.write();
560560
## Troubleshooting
561561
All db methods return status. Value `false` means something went wrong. Call `getLastErrorMessage()` to get the error message.
562562

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:
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 32:
564564
```cpp
565565
// Uncomment bellow in case of a problem and rebuild sketch
566566
#define INFLUXDB_CLIENT_DEBUG

0 commit comments

Comments
 (0)