Compare commits

..

No commits in common. "a4400a1094162b923a192086f66ca13693cd2e8f" and "4c74d5a64e206b776ef27155836f6c593ee51fc5" have entirely different histories.

3 changed files with 0 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

@ -958,11 +958,6 @@ void trigger13()
ESP.restart(); ESP.restart();
} }
void trigger14() {
Serial.print("page dashboard");
lcd_send_stop_bit();
}
void eeprom_pwm_update() void eeprom_pwm_update()
{ {
if (memcmp(pwm_states, pwm_states_eeprom, 16)) if (memcmp(pwm_states, pwm_states_eeprom, 16))

View File

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