From 4afa9e80f7aac70fdb1c309826bdde2fc3c17fc0 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 4 Jun 2024 12:36:55 -0400 Subject: [PATCH] libraries updated --- platformio.ini | 114 +++++++++++++++++++------------------- src/LoRa_APRS_Tracker.cpp | 2 +- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/platformio.ini b/platformio.ini index 94a7f49..898b692 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,7 +18,7 @@ lib_ldf_mode = deep+ [env:esp32] extends = env -platform = espressif32 @ 6.3.1 +platform = espressif32 @ 6.7.0 board_build.partitions = huge_app.csv monitor_filters = esp32_exception_decoder @@ -29,18 +29,18 @@ upload_protocol = nrfutil [common] lib_deps = - jgromes/RadioLib @ 6.1.0 + jgromes/RadioLib @ 6.6.0 mikalhart/TinyGPSPlus @ 1.0.3 paulstoffregen/Time @ 1.6.1 shaggydog/OneButton @ 1.5.0 bblanchon/ArduinoJson @ 6.21.3 - h2zero/NimBLE-Arduino@1.4.1 + h2zero/NimBLE-Arduino @ 1.4.1 peterus/esp-logger @ 1.0.0 - adafruit/Adafruit BusIO@^1.14.1 - adafruit/Adafruit Unified Sensor@^1.1.9 - adafruit/Adafruit BME280 Library@^2.2.2 - adafruit/Adafruit BMP280 Library@^2.6.8 - adafruit/Adafruit BME680 Library@^2.0.4 + adafruit/Adafruit BusIO @ 1.16.1 + adafruit/Adafruit Unified Sensor @ 1.1.14 + adafruit/Adafruit BME280 Library @ 2.2.4 + adafruit/Adafruit BMP280 Library @ 2.6.8 + adafruit/Adafruit BME680 Library @ 2.0.4 [env:ttgo-t-beam-v1_2] @@ -54,10 +54,10 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - lewisxhe/XPowersLib@^0.1.8 - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + lewisxhe/XPowersLib @ 0.2.4 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:ttgo-t-beam-v1_2_SX1262] @@ -71,10 +71,10 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - lewisxhe/XPowersLib@^0.1.8 - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + lewisxhe/XPowersLib @ 0.2.4 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:ttgo-t-beam-v1] @@ -88,10 +88,10 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - lewisxhe/XPowersLib@^0.1.8 - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + lewisxhe/XPowersLib @ 0.2.4 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:ttgo-t-beam-v1_SX1268] @@ -105,10 +105,10 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - lewisxhe/XPowersLib@^0.1.8 - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + lewisxhe/XPowersLib @ 0.2.4 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:ttgo-t-beam-v0_7] @@ -121,9 +121,9 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:ttgo-t-lora32-v2_1_GPS] @@ -136,9 +136,9 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:ttgo-t-lora32-v2_1_TNC] @@ -151,9 +151,9 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:heltec_wifi_lora_32_v3_GPS] @@ -168,9 +168,9 @@ build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:heltec_wireless_tracker] @@ -209,7 +209,7 @@ build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 lib_deps = ${common.lib_deps} - bodmer/TFT_eSPI@^2.5.43 + bodmer/TFT_eSPI @ 2.5.43 [env:ttgo_t_beam_s3_SUPREME_v3] @@ -226,10 +226,10 @@ build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 lib_deps = ${common.lib_deps} - lewisxhe/XPowersLib@^0.1.8 - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + lewisxhe/XPowersLib @ 0.2.4 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:ttgo_t_deck_GPS] @@ -270,7 +270,7 @@ build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 lib_deps = ${common.lib_deps} - bodmer/TFT_eSPI@^2.5.43 + bodmer/TFT_eSPI @ 2.5.43 [env:ESP32_DIY_LoRa_GPS] @@ -283,9 +283,9 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:ESP32_DIY_1W_LoRa_GPS] @@ -298,9 +298,9 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:OE5HWN_MeshCom] @@ -313,9 +313,9 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:Wemos_ESP32_Bat_LoRa_GPS] @@ -328,9 +328,9 @@ build_flags = -DHAS_BT_CLASSIC lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 [env:esp32_c3_DIY_LoRa_GPS] @@ -345,6 +345,6 @@ build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 lib_deps = ${common.lib_deps} - adafruit/Adafruit GFX Library @ 1.11.7 - adafruit/Adafruit SSD1306 @ 2.5.7 - adafruit/Adafruit SH110X@^2.1.8 \ No newline at end of file + adafruit/Adafruit GFX Library @ 1.11.9 + adafruit/Adafruit SSD1306 @ 2.5.10 + adafruit/Adafruit SH110X @ 2.1.10 \ No newline at end of file diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index e31fe2e..2add165 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -45,7 +45,7 @@ TinyGPSPlus gps; OneButton userButton = OneButton(BUTTON_PIN, true, true); #endif -String versionDate = "2024.05.30"; +String versionDate = "2024.06.04"; uint8_t myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size();