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
123
123
} __attribute__((packed));
124
124
125
125
private:
126
- const String CfgLoraprsVersion = " LoRAPRS 1.0.10 " ;
126
+ const String CfgLoraprsVersion = " LoRAPRS 1.0.13 " ;
127
127
128
128
// processor config
129
129
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
3
3
default_envs = esp32dev_sx126x_modem
4
4
5
5
[env]
6
- platform = espressif32 @ 6.1 .0
6
+ platform = espressif32 @ 6.4 .0
7
7
framework = arduino
8
8
monitor_speed = 115200
9
9
board_build.partitions = min_spiffs.csv
10
10
board_build.f_cpu = 80000000L
11
11
upload_protocol = esptool
12
12
lib_deps =
13
13
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
16
16
rlogiacco/CircularBuffer @ 1.3.3
17
17
check_tool = cppcheck
18
18
check_flags =
You can’t perform that action at this time.
0 commit comments