remote var now work
This commit is contained in:
parent
742027acf0
commit
34eeca14e0
6 changed files with 145 additions and 91 deletions
|
|
@ -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();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue