diff --git a/.gitignore b/.gitignore index 8a9fb2f..89cc49c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ .vscode/c_cpp_properties.json .vscode/launch.json .vscode/ipch -.vs/ \ No newline at end of file diff --git a/src/espmega_iot_core.cpp b/src/espmega_iot_core.cpp index 5714960..578a368 100644 --- a/src/espmega_iot_core.cpp +++ b/src/espmega_iot_core.cpp @@ -958,11 +958,6 @@ 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)) diff --git a/src/espmega_iot_core.hpp b/src/espmega_iot_core.hpp index 6acc508..19d97a2 100644 --- a/src/espmega_iot_core.hpp +++ b/src/espmega_iot_core.hpp @@ -77,7 +77,6 @@ void trigger10(); void trigger11(); void trigger12(); void trigger13(); -void trigger14(); void eeprom_retrieve_init(); void eeprom_pwm_update();