Skip to content

Commit 41c9b7a

Browse files
authored
missing uint16_t
uint16_t in setPort
1 parent 6c9c1a1 commit 41c9b7a

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)