mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-07 07:25:23 +00:00
Merge branch 'develop' into dj1an-dev-sf
This commit is contained in:
commit
e6d5ebfbe9
5 changed files with 14 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#include "TaskWifi.h"
|
||||
#include "project_configuration.h"
|
||||
|
||||
#define VERSION "21.35.0"
|
||||
#define VERSION "21.35.0-dev"
|
||||
|
||||
String create_lat_aprs(double lat);
|
||||
String create_long_aprs(double lng);
|
||||
|
|
|
|||
|
|
@ -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