mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2025-12-06 07:12:15 +01:00
Merge branch 'master' into platformio_dependabot/espressif32/6.0.0
This commit is contained in:
commit
0d41962f74
2
.github/workflows/dependabot.yml
vendored
2
.github/workflows/dependabot.yml
vendored
|
|
@ -14,6 +14,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: run PlatformIO Dependabot
|
- name: run PlatformIO Dependabot
|
||||||
uses: peterus/platformio_dependabot@v1.0.0
|
uses: peterus/platformio_dependabot@v1.0.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,12 @@ monitor_speed = 115200
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
lib_deps =
|
lib_deps =
|
||||||
adafruit/Adafruit GFX Library @ 1.7.5
|
adafruit/Adafruit GFX Library @ 1.7.5
|
||||||
adafruit/Adafruit SSD1306 @ 2.4.0
|
adafruit/Adafruit SSD1306 @ 2.5.7
|
||||||
bblanchon/ArduinoJson @ 6.17.0
|
bblanchon/ArduinoJson @ 6.20.0
|
||||||
lewisxhe/AXP202X_Library @ 1.1.2
|
lewisxhe/AXP202X_Library @ 1.1.3
|
||||||
sandeepmistry/LoRa @ 0.7.2
|
sandeepmistry/LoRa @ 0.8.0
|
||||||
peterus/APRS-Decoder-Lib @ 0.0.6
|
peterus/APRS-Decoder-Lib @ 0.0.6
|
||||||
mikalhart/TinyGPSPlus @ 1.0.2
|
mikalhart/TinyGPSPlus @ 1.0.3
|
||||||
paulstoffregen/Time @ 1.6
|
paulstoffregen/Time @ 1.6
|
||||||
shaggydog/OneButton @ 1.5.0
|
shaggydog/OneButton @ 1.5.0
|
||||||
peterus/esp-logger @ 0.0.1
|
peterus/esp-logger @ 0.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue