Fix device info

This commit is contained in:
Christoph Hagen
2023-07-03 09:43:47 +02:00
parent 7c2162a5bf
commit b082384dd7
5 changed files with 78 additions and 70 deletions

View File

@ -40,4 +40,6 @@ void temperatureConfigure();
void temperaturePerformUpdate(Temperature* temperatures);
uint8_t* getSensorAddress(uint8_t index);
void copySensorAddress(uint8_t index, uint8_t* buffer);