Merge branch 'main' into iot-ay2023
This commit is contained in:
commit
69fc0bc8e6
|
@ -958,6 +958,11 @@ void trigger13()
|
|||
ESP.restart();
|
||||
}
|
||||
|
||||
void trigger14() {
|
||||
Serial.print("page dashboard");
|
||||
lcd_send_stop_bit();
|
||||
}
|
||||
|
||||
void eeprom_pwm_update()
|
||||
{
|
||||
if (memcmp(pwm_states, pwm_states_eeprom, 16))
|
||||
|
|
|
@ -77,6 +77,7 @@ void trigger10();
|
|||
void trigger11();
|
||||
void trigger12();
|
||||
void trigger13();
|
||||
void trigger14();
|
||||
|
||||
void eeprom_retrieve_init();
|
||||
void eeprom_pwm_update();
|
||||
|
|
Loading…
Reference in New Issue