mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-18 07:16:18 +02:00
packet buffer added
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
Configuration Config;
|
||||
WiFiClient espClient;
|
||||
|
||||
String versionDate = "2023.09.03";
|
||||
String versionDate = "2023.09.05";
|
||||
int myWiFiAPIndex = 0;
|
||||
int myWiFiAPSize = Config.wifiAPs.size();
|
||||
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
||||
@@ -40,6 +40,8 @@ String batteryVoltage;
|
||||
|
||||
std::vector<String> lastHeardStation;
|
||||
std::vector<String> lastHeardStation_temp;
|
||||
std::vector<String> packetBuffer;
|
||||
std::vector<String> packetBuffer_temp;
|
||||
|
||||
String firstLine, secondLine, thirdLine, fourthLine, fifthLine, sixthLine, seventhLine, iGateBeaconPacket;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user