Skip to content

Commit 5cf6cc9

Browse files
Merge pull request #24 from rodri16/patch-1
missing uint16_t
2 parents 6c9c1a1 + 41c9b7a commit 5cf6cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InfluxDb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void Influxdb::setBucket(String bucket) {
5050
* Set the influxDB port.
5151
* @param port v1.x uses 8086, v2 uses 9999
5252
*/
53-
void Influxdb::setPort(uint16 port){
53+
void Influxdb::setPort(uint16_t port){
5454
_port = port;
5555
begin();
5656
}

0 commit comments

Comments
 (0)