Skip to content

Commit

Permalink
More uint8_t
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt committed Jun 15, 2024
1 parent b87162a commit 772e7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/loctekmotion_desk_height/desk_height_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DeskHeightSensor : public sensor::Sensor,
float lastPublished = -1;
uint8_t history[5];

int msg_len = 0;
uint8_t msg_len = 0;
uint8_t msg_type;
bool valid = false;
};
Expand Down

0 comments on commit 772e7d5

Please sign in to comment.