Skip to content

Commit 4794ee4

Browse files
committed
Updated Espressif and libraries to latest version
1 parent 77515ce commit 4794ee4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/loraprs_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Service : virtual public Kiss::Processor
123123
} __attribute__((packed));
124124

125125
private:
126-
const String CfgLoraprsVersion = "LoRAPRS 1.0.10";
126+
const String CfgLoraprsVersion = "LoRAPRS 1.0.13";
127127

128128
// processor config
129129
const int CfgConnRetryMs = 500; // connection retry delay, e.g. wifi

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ description = ESP32 LoRA APRS modem
33
default_envs = esp32dev_sx126x_modem
44

55
[env]
6-
platform = espressif32 @ 6.1.0
6+
platform = espressif32 @ 6.4.0
77
framework = arduino
88
monitor_speed = 115200
99
board_build.partitions = min_spiffs.csv
1010
board_build.f_cpu = 80000000L
1111
upload_protocol = esptool
1212
lib_deps =
1313
hideakitai/DebugLog @ 0.6.6
14-
contrem/arduino-timer @ 3.0.0
15-
jgromes/RadioLib @ 5.7.0
14+
contrem/arduino-timer @ 3.0.1
15+
jgromes/RadioLib @ 6.2.0
1616
rlogiacco/CircularBuffer @ 1.3.3
1717
check_tool = cppcheck
1818
check_flags =

0 commit comments

Comments
 (0)