mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-06 23:15:17 +00:00
all boards with 915 versions added
This commit is contained in:
parent
f5048edf84
commit
4999c89820
9 changed files with 89 additions and 40 deletions
|
|
@ -175,7 +175,7 @@ namespace Utils {
|
|||
if (Config.aprs_is.active && Config.beacon.sendViaAPRSIS && !backUpDigiMode) {
|
||||
show_display(firstLine, secondLine, thirdLine, fourthLine, fifthLine, sixthLine, "SENDING IGATE BEACON", 0);
|
||||
seventhLine = " listening...";
|
||||
#ifdef ESP32_DIY_LoRa_A7670
|
||||
#if defined(ESP32_DIY_LoRa_A7670) || defined(ESP32_DIY_LoRa_A7670_915)
|
||||
A7670_Utils::uploadToAPRSIS(beaconPacket);
|
||||
#else
|
||||
APRS_IS_Utils::upload(beaconPacket);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue