kopia lustrzana https://github.com/lora-aprs/LoRa_APRS_iGate
Merge branch 'master' into rework_pin_definitions
commit
5abba92f1e
|
@ -16,4 +16,4 @@ jobs:
|
||||||
- name: run PlatformIO Dependabot
|
- name: run PlatformIO Dependabot
|
||||||
uses: peterus/platformio_dependabot@v1
|
uses: peterus/platformio_dependabot@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.DEPENDABOT_PAT }}
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
default_envs = lora_board
|
default_envs = lora_board
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
platform = espressif32 @ 6.0.0
|
platform = espressif32 @ 6.0.1
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_ldf_mode = deep+
|
lib_ldf_mode = deep+
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_raw = yes
|
monitor_raw = yes
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 6.20.0
|
bblanchon/ArduinoJson @ 6.20.1
|
||||||
lewisxhe/AXP202X_Library @ 1.1.3
|
lewisxhe/AXP202X_Library @ 1.1.3
|
||||||
peterus/APRS-Decoder-Lib @ 0.0.6
|
peterus/APRS-Decoder-Lib @ 0.0.6
|
||||||
peterus/esp-logger @ 1.0.0
|
peterus/esp-logger @ 1.0.0
|
||||||
|
|
Ładowanie…
Reference in New Issue