Skip to content

Commit 404a8cc

Browse files
authored
Merge pull request #60 from RcrdBrt/master
ASCII chars & compilation warning fix
2 parents 1008e3c + 91d4f47 commit 404a8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/InfluxDbClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
#elif defined(ESP32)
3838
# include <HTTPClient.h>
3939
#else
40-
# error This library currently supports only ESP8266 and ESP32.
40+
# error "This library currently supports only ESP8266 and ESP32."
4141
#endif
4242

4343
#ifdef USING_AXTLS
44-
#error AxTLS doesn't work
44+
#error AxTLS does not work
4545
#endif
4646

4747
// Enum WritePrecision defines constants for specifying InfluxDB write prcecision

0 commit comments

Comments
 (0)