Load calibration from device via payload
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
bacc08e594
commit
678c0196ea
3 changed files with 191 additions and 6 deletions
|
@ -115,6 +115,8 @@ struct device3_t {
|
|||
bool detached;
|
||||
bool claimed;
|
||||
|
||||
uint32_t static_id;
|
||||
|
||||
uint64_t last_timestamp;
|
||||
float temperature; // (in °C)
|
||||
|
||||
|
|
Reference in a new issue