Compare commits

..

2 Commits

Author SHA1 Message Date
Siwat Sirichai a4400a1094 Merge branch 'main' into cud 2023-11-07 00:21:22 +07:00
Siwat Sirichai fa088db00f lcd reinit 2023-11-06 23:24:06 +07:00
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vs/

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();