Added latest updates

This commit is contained in:
2024-05-29 19:12:31 +01:00
parent 6036752937
commit 353e1ee452
3 changed files with 34 additions and 7 deletions

View File

@@ -8,3 +8,5 @@ void init_dht22_data();
// - could think about abstracting the average out into this
// function maybe. Something for the future!
void add_dht22_data(float rh, float temp);
void start_server();