Compare commits

..

No commits in common. "69fc0bc8e6a222b0188f40b46bb8de5f578571a4" and "92c120eb6d9ac0187e3f929cb5b2f139c2469874" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

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

View File

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