We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad7f2a commit d9c5993Copy full SHA for d9c5993
README.md
@@ -5,7 +5,7 @@ Library for NodeMcu / ESP8266 (and Arduino?) for sending measurements to an Infl
5
## Initialization
6
```cpp
7
#define INFLUXDB_HOST "192.168.0.32"
8
- #define INFLUXDB_PORT "1337"
+ #define INFLUXDB_PORT 1337
9
#define INFLUXDB_DATABASE "test"
10
//if used with authentication
11
#define INFLUXDB_USER "user"
0 commit comments