File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class Service : virtual public Kiss::Processor
123123 } __attribute__((packed));
124124
125125private:
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
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ description = ESP32 LoRA APRS modem
33default_envs = esp32dev_sx126x_modem
44
55[env]
6- platform = espressif32 @ 6.1 .0
6+ platform = espressif32 @ 6.4 .0
77framework = arduino
88monitor_speed = 115200
99board_build.partitions = min_spiffs.csv
1010board_build.f_cpu = 80000000L
1111upload_protocol = esptool
1212lib_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
1717check_tool = cppcheck
1818check_flags =
You can’t perform that action at this time.
0 commit comments