From 747688c4ccf5bfbf7424731fb4abce05525cc1e3 Mon Sep 17 00:00:00 2001 From: iranl Date: Thu, 13 Feb 2025 20:28:17 +0100 Subject: [PATCH] Update pio and esp-nimble-cpp --- README.md | 2 +- platformio.ini | 2 +- src/idf_component.yml | 2 +- updater/platformio.ini | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 020dcb6..4ba25b1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Feel free to join us on Discord: https://discord.gg/9nPq85bP4p ## Supported devices Supported ESP32 devices: -- Nuki Hub is compiled against all ESP32 models with Wi-Fi and Bluetooh Low Energy (BLE) which are supported by ESP-IDF 5.3.2 and Arduino Core 3.1.0. +- Nuki Hub is compiled against all ESP32 models with Wi-Fi and Bluetooh Low Energy (BLE) which are supported by ESP-IDF 5.3.2 and Arduino Core 3.1.2. - Tested stable builds are provided for the ESP32, ESP32-S3, ESP32-C3, ESP32-C6 and ESP32-H2. - Untested builds are provided for the ESP32-Solo1 (as the developers don't own one). diff --git a/platformio.ini b/platformio.ini index 74401d4..caf0cff 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,7 +13,7 @@ default_envs = esp32 boards_dir = boards [env] -platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip +platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.12/platform-espressif32.zip platform_packages = framework = arduino, espidf board_build.embed_txtfiles = diff --git a/src/idf_component.yml b/src/idf_component.yml index 5a9217d..74e26b3 100644 --- a/src/idf_component.yml +++ b/src/idf_component.yml @@ -4,7 +4,7 @@ dependencies: esp-nimble-cpp: git: https://github.com/h2zero/esp-nimble-cpp.git - version: fa468d360a56712f3f39a1fba74b97340ebca8a9 + version: 74b5c59887a381ca02c8193384bd89968c8409a6 espressif/libsodium: "^1.0.20~2" diff --git a/updater/platformio.ini b/updater/platformio.ini index 99e37d8..e1e2c71 100644 --- a/updater/platformio.ini +++ b/updater/platformio.ini @@ -13,7 +13,7 @@ default_envs = updater_esp32 boards_dir = ../boards [env] -platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip +platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.12/platform-espressif32.zip platform_packages = framework = arduino, espidf board_build.embed_txtfiles =