mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-29 06:21:50 +02:00
display repack
This commit is contained in:
+5
-1
@@ -1,12 +1,14 @@
|
||||
#include "digi_utils.h"
|
||||
#include "configuration.h"
|
||||
#include "lora_utils.h"
|
||||
#include "digi_utils.h"
|
||||
#include "display.h"
|
||||
|
||||
|
||||
extern Configuration Config;
|
||||
extern String thirdLine;
|
||||
extern String fourthLine;
|
||||
extern int stationMode;
|
||||
extern uint32_t lastScreenOn;
|
||||
|
||||
namespace DIGI_Utils {
|
||||
|
||||
@@ -45,6 +47,8 @@ void processPacket(String packet) {
|
||||
if (stationMode == 4) {
|
||||
LoRa_Utils::changeFreqRx();
|
||||
}
|
||||
display_toggle(true);
|
||||
lastScreenOn = millis();
|
||||
} else {
|
||||
Serial.println(" ---> LoRa Packet Ignored (first 3 bytes or NOGATE)\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user