Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Commit b1fd5f4

Browse files
authored
Merge pull request #26 from lora-aprs/release/v20.46.1
Release/v20.46.1
2 parents b11de39 + abe26ac commit b1fd5f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lib_deps =
1212
sandeepmistry/LoRa @ 0.7.2
1313
peterus/APRS-Decoder-Lib @ 0.0.5
1414
peterus/APRS-IS-Lib @ 0.0.7
15-
peterus/ESP-FTP-Server-Lib @ 0.9.3
15+
peterus/ESP-FTP-Server-Lib @ 0.9.4
1616
peterus/LoRa-APRS-Lib @ 0.0.5
1717
check_tool = cppcheck
1818
check_flags =

src/LoRa_APRS_iGate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void setup()
7575

7676
delay(500);
7777
logPrintlnA("LoRa APRS iGate & Digi by OE5BPA (Peter Buchegger)");
78-
logPrintlnA("Version: 20.46.0");
78+
logPrintlnA("Version: 20.46.1");
7979
setup_display();
8080
show_display("OE5BPA", "LoRa APRS iGate & Digi", "by Peter Buchegger", "1.0.0-dev", 3000);
8181

0 commit comments

Comments
 (0)