Merge branch 'main' into iot-ay2023

This commit is contained in:
Siwat Sirichai 2023-11-06 23:24:15 +07:00
commit 69fc0bc8e6
2 changed files with 6 additions and 0 deletions

View File

@ -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))

View File

@ -77,6 +77,7 @@ void trigger10();
void trigger11();
void trigger12();
void trigger13();
void trigger14();
void eeprom_retrieve_init();
void eeprom_pwm_update();