Arduino 3.3.0 RC1

This commit is contained in:
iranl
2025-07-17 22:00:55 +02:00
parent f1f475d9d8
commit 596da1b74f
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ default_envs = esp32
boards_dir = boards
[env]
platform = https://github.com/pioarduino/platform-espressif32/archive/refs/heads/develop_33.zip
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-rc1/platform-espressif32.zip
platform_packages =
framework = arduino, espidf
board_build.embed_txtfiles =

View File

@@ -5,7 +5,7 @@
#define NUKI_HUB_VERSION "9.12"
#define NUKI_HUB_VERSION_INT (uint32_t)912
#define NUKI_HUB_BUILD "unknownbuildnr"
#define NUKI_HUB_DATE "2025-07-06"
#define NUKI_HUB_DATE "2025-07-17"
#define GITHUB_LATEST_RELEASE_URL (char*)"https://github.com/technyon/nuki_hub/releases/latest"
#define GITHUB_OTA_MANIFEST_URL (char*)"https://raw.githubusercontent.com/technyon/nuki_hub/binary/ota/manifest.json"

View File

@@ -13,7 +13,7 @@ default_envs = updater_esp32
boards_dir = ../boards
[env]
platform = https://github.com/pioarduino/platform-espressif32/archive/refs/heads/develop_33.zip
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-rc1/platform-espressif32.zip
platform_packages =
framework = arduino, espidf
board_build.embed_txtfiles =