mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 23:15:15 +00:00
Merge branch 'lora-aprs:develop' into develop
This commit is contained in:
commit
ad824f3e57
4 changed files with 13 additions and 1 deletions
|
|
@ -25,6 +25,9 @@ bool DisplayTask::setup(System &system) {
|
|||
}
|
||||
|
||||
bool DisplayTask::loop(System &system) {
|
||||
if (system.getUserConfig()->display.overwritePin != 0 && !digitalRead(system.getUserConfig()->display.overwritePin)) {
|
||||
system.getDisplay().activateDistplay();
|
||||
}
|
||||
system.getDisplay().update();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue