mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-12 04:40:59 +02:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11c36a91fb | |||
| a97ffe709f | |||
| c80b565730 | |||
| 84cbcc30e8 | |||
| 11d413cb17 | |||
| 19d767e3cb | |||
| 803bde1008 | |||
| 35760b74f7 |
@@ -204,4 +204,4 @@ private:
|
||||
String _filePath;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -68,7 +68,7 @@ ___________________________________________________________________*/
|
||||
|
||||
|
||||
String versionDate = "2026-03-08";
|
||||
String versionNumber = "3.3";
|
||||
String versionNumber = "3.2.102";
|
||||
Configuration Config;
|
||||
WiFiClient aprsIsClient;
|
||||
WiFiClient mqttClient;
|
||||
@@ -216,4 +216,4 @@ void loop() {
|
||||
Utils::checkRebootTime();
|
||||
Utils::checkSleepByLowBatteryVoltage(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user