Compare commits
No commits in common. "a4400a1094162b923a192086f66ca13693cd2e8f" and "4c74d5a64e206b776ef27155836f6c593ee51fc5" have entirely different histories.
a4400a1094
...
4c74d5a64e
|
@ -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/
|
|
|
@ -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))
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue