mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 06:55:06 +00:00
display and ethernet fix
This commit is contained in:
parent
c72668ecad
commit
92b283e32f
2 changed files with 8 additions and 3 deletions
|
|
@ -64,6 +64,7 @@ void Display::update() {
|
|||
if (_displaySaveMode) {
|
||||
_displayTimeout.start();
|
||||
}
|
||||
return;
|
||||
}
|
||||
if (_displayTimeout.check()) {
|
||||
deactivateDisplay();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue