mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-08 01:42:45 +02:00
ESP32 & A7670 & LoRa added
This commit is contained in:
@@ -33,6 +33,7 @@ ____________________________________________________
|
||||
____________________________________________________
|
||||
## Timeline (Versions):
|
||||
|
||||
- 2024.04.23 ESP32 + 4G/LTE MODEM A7670SA + LoRa (SX1278) support added.
|
||||
- 2024.04.22 Wemos Lolin32 OLED DIY LoRa support added .
|
||||
- 2024.04.21 WEB INSTALLER (thanks Damian SQ2CPA).
|
||||
- 2024.04.20 New Output Buffer process: no more packets lost.
|
||||
|
||||
@@ -60,9 +60,7 @@ uint32_t lastRxTime = millis();
|
||||
|
||||
std::vector<ReceivedPacket> receivedPackets;
|
||||
|
||||
#ifdef ESP32_DIY_LoRa_A7670
|
||||
bool modemLoggedToAPRSIS = false;
|
||||
#endif
|
||||
|
||||
String firstLine, secondLine, thirdLine, fourthLine, fifthLine, sixthLine, seventhLine, iGateBeaconPacket, iGateLoRaBeaconPacket;
|
||||
|
||||
|
||||
@@ -23,8 +23,9 @@ extern String seventhLine;
|
||||
extern std::vector<String> outputPacketBuffer;
|
||||
extern uint32_t lastRxTime;
|
||||
|
||||
#ifdef ESP32_DIY_LoRa_A7670
|
||||
extern bool modemLoggedToAPRSIS;
|
||||
|
||||
#ifdef ESP32_DIY_LoRa_A7670
|
||||
extern bool stationBeacon;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user