Skip to content

Commit d9c5993

Browse files
Update README.md
1 parent 5ad7f2a commit d9c5993

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
@@ -5,7 +5,7 @@ Library for NodeMcu / ESP8266 (and Arduino?) for sending measurements to an Infl
55
## Initialization
66
```cpp
77
#define INFLUXDB_HOST "192.168.0.32"
8-
#define INFLUXDB_PORT "1337"
8+
#define INFLUXDB_PORT 1337
99
#define INFLUXDB_DATABASE "test"
1010
//if used with authentication
1111
#define INFLUXDB_USER "user"

0 commit comments

Comments
 (0)