remote var now work

This commit is contained in:
reaw 2024-02-12 03:23:25 +07:00
parent 742027acf0
commit 34eeca14e0
6 changed files with 145 additions and 91 deletions

View file

@ -29,7 +29,7 @@ class ISEDisplay : public ESPMegaDisplay {
void updateWeather(char *weather_string);
void updateTempOutside(float temp_outside);
void updatePMoutside(u_int16_t pm25_outside);
void updatePMinside(u_int8_t pm25_inside);
void updatePMinside(u_int16_t pm25_inside);
void loop();