From 160c4882c010007d0e7d580ca4a5118b54a98a58 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2023 14:09:00 +0000 Subject: [PATCH 1/8] Bump ArduinoJson to 6.20.0 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 1d0cf2a..8bc5430 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,7 +10,7 @@ monitor_filters = esp32_exception_decoder lib_deps = adafruit/Adafruit GFX Library @ 1.7.5 adafruit/Adafruit SSD1306 @ 2.4.0 - bblanchon/ArduinoJson @ 6.17.0 + bblanchon/ArduinoJson @ 6.20.0 lewisxhe/AXP202X_Library @ 1.1.2 sandeepmistry/LoRa @ 0.7.2 peterus/APRS-Decoder-Lib @ 0.0.6 From a8f69daf87a0c4ebd2cfc7682d3f752d76938cf5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2023 14:35:41 +0000 Subject: [PATCH 2/8] Bump LoRa to 0.8.0 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 1d0cf2a..e1cd1c1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,7 +12,7 @@ lib_deps = adafruit/Adafruit SSD1306 @ 2.4.0 bblanchon/ArduinoJson @ 6.17.0 lewisxhe/AXP202X_Library @ 1.1.2 - sandeepmistry/LoRa @ 0.7.2 + sandeepmistry/LoRa @ 0.8.0 peterus/APRS-Decoder-Lib @ 0.0.6 mikalhart/TinyGPSPlus @ 1.0.2 paulstoffregen/Time @ 1.6 From a51e5de3cb1d8dd623a2286b3c6ef5ae014cd70c Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 20 Jan 2023 16:27:49 +0100 Subject: [PATCH 3/8] Update dependabot.yml --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index f2c9100..bbb85ca 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -14,6 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: run PlatformIO Dependabot - uses: peterus/platformio_dependabot@v1.0.0 + uses: peterus/platformio_dependabot@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} From f70c67d45623ee2f5ed6d988de70d0fbf5e523ed Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 20 Jan 2023 16:35:51 +0100 Subject: [PATCH 4/8] Update dependabot.yml --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index bbb85ca..d30aea0 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -14,6 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: run PlatformIO Dependabot - uses: peterus/platformio_dependabot@v1 + uses: peterus/platformio_dependabot@v1.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} From df63b8039b69255dd6099e7d046c5067b13acab6 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2023 15:56:39 +0000 Subject: [PATCH 5/8] Bump Adafruit SSD1306 to 2.5.7 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 1d0cf2a..f483090 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ monitor_speed = 115200 monitor_filters = esp32_exception_decoder lib_deps = adafruit/Adafruit GFX Library @ 1.7.5 - adafruit/Adafruit SSD1306 @ 2.4.0 + adafruit/Adafruit SSD1306 @ 2.5.7 bblanchon/ArduinoJson @ 6.17.0 lewisxhe/AXP202X_Library @ 1.1.2 sandeepmistry/LoRa @ 0.7.2 From ab3dbd44df30550cd22b1131788267cde80dc661 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2023 15:56:52 +0000 Subject: [PATCH 6/8] Bump TinyGPSPlus to 1.0.3 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 1d0cf2a..25adc26 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,7 +14,7 @@ lib_deps = lewisxhe/AXP202X_Library @ 1.1.2 sandeepmistry/LoRa @ 0.7.2 peterus/APRS-Decoder-Lib @ 0.0.6 - mikalhart/TinyGPSPlus @ 1.0.2 + mikalhart/TinyGPSPlus @ 1.0.3 paulstoffregen/Time @ 1.6 shaggydog/OneButton @ 1.5.0 peterus/esp-logger @ 0.0.1 From 8cfd67a6ba67afd8724ed3e407d789b30ce584c1 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2023 15:56:56 +0000 Subject: [PATCH 7/8] Bump AXP202X_Library to 1.1.3 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 1d0cf2a..bac4bc7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -11,7 +11,7 @@ lib_deps = adafruit/Adafruit GFX Library @ 1.7.5 adafruit/Adafruit SSD1306 @ 2.4.0 bblanchon/ArduinoJson @ 6.17.0 - lewisxhe/AXP202X_Library @ 1.1.2 + lewisxhe/AXP202X_Library @ 1.1.3 sandeepmistry/LoRa @ 0.7.2 peterus/APRS-Decoder-Lib @ 0.0.6 mikalhart/TinyGPSPlus @ 1.0.2 From 9e6bbcc28672c29757d6d68dca3ef996b710b920 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 21 Jan 2023 12:43:09 +0100 Subject: [PATCH 8/8] Update platformio.ini --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index 80c1417..7733578 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,6 +10,8 @@ monitor_filters = esp32_exception_decoder lib_deps = adafruit/Adafruit GFX Library @ 1.7.5 adafruit/Adafruit SSD1306 @ 2.5.7 + bblanchon/ArduinoJson @ 6.20.0 + lewisxhe/AXP202X_Library @ 1.1.3 sandeepmistry/LoRa @ 0.7.2 peterus/APRS-Decoder-Lib @ 0.0.6 mikalhart/TinyGPSPlus @ 1.0.3