Skip to content

Commit

Permalink
copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis committed Nov 25, 2023
1 parent ab2c3dc commit b6187e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VitoWiFi.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class VitoWiFi {
}

bool write(Datapoint datapoint, const uint8_t* data, uint8_t length) {
return _optolink.write(datapoint, const uint8_t* data, uint8_t length);
return _optolink.write(datapoint, data, length);
}

private:
Expand Down

0 comments on commit b6187e8

Please sign in to comment.