mayor code cleaning

This commit is contained in:
richonguzman
2024-05-13 23:30:15 -04:00
parent 794cc0640f
commit 0be60b76b0
16 changed files with 40 additions and 66 deletions
+2 -4
View File
@@ -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