mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 06:26:46 +00:00
first test backupDigiMode
This commit is contained in:
parent
35fbd7a5dc
commit
5296b19ef2
8 changed files with 62 additions and 40 deletions
|
|
@ -22,7 +22,6 @@ extern String fourthLine;
|
|||
extern String fifthLine;
|
||||
extern String sixthLine;
|
||||
extern String seventhLine;
|
||||
extern uint32_t lastScreenOn;
|
||||
extern String iGateBeaconPacket;
|
||||
extern String iGateLoRaBeaconPacket;
|
||||
extern std::vector<String> lastHeardStation;
|
||||
|
|
@ -39,6 +38,7 @@ extern bool backUpDigiMode;
|
|||
bool statusAfterBoot = true;
|
||||
bool beaconUpdate = true;
|
||||
uint32_t lastBeaconTx = 0;
|
||||
uint32_t lastScreenOn = millis();
|
||||
|
||||
|
||||
namespace Utils {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue