mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-06 09:51:14 +02:00
mayor code cleaning
This commit is contained in:
@@ -19,12 +19,10 @@ extern String fourthLine;
|
||||
extern String fifthLine;
|
||||
extern String sixthLine;
|
||||
extern String seventhLine;
|
||||
|
||||
extern std::vector<String> outputPacketBuffer;
|
||||
extern uint32_t lastRxTime;
|
||||
|
||||
extern bool modemLoggedToAPRSIS;
|
||||
|
||||
uint32_t lastRxTime = millis();
|
||||
|
||||
#ifdef ESP32_DIY_LoRa_A7670
|
||||
extern bool stationBeacon;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user