Platform 2026.03 (#24547)

* Platform 2026.03

* changes as suggested from Theo
This commit is contained in:
Jason2866
2026-03-14 21:35:28 +01:00
committed by GitHub
parent ff0609d932
commit 31d4a60d8c
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ lib_ignore = ESP8266Audio
[core]
; *** Esp8266 Tasmota modified Arduino core based on core 2.7.4. Added Backport for PWM selection
platform = https://github.com/tasmota/platform-espressif8266/releases/download/2026.02.00/platform-espressif8266.zip
platform = https://github.com/tasmota/platform-espressif8266/releases/download/2026.03.00/platform-espressif8266.zip
platform_packages =
build_unflags = ${esp_defaults.build_unflags}
build_flags = ${esp82xx_defaults.build_flags}
+1 -3
View File
@@ -97,9 +97,7 @@ custom_component_remove =
espressif/cmake_utilities
[core32]
platform = https://github.com/tasmota/platform-espressif32/releases/download/2026.02.30/platform-espressif32.zip
platform = https://github.com/tasmota/platform-espressif32/releases/download/2026.03.30/platform-espressif32.zip
platform_packages =
build_unflags = ${esp32_defaults.build_unflags}
build_flags = ${esp32_defaults.build_flags}
@@ -468,7 +468,9 @@ uint32_t WcInitPipeline() {
// De-initialize only the resolution-dependent hardware
void WcDeinitPipeline() {
// 0. AWB must go before ISP processor
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 5, 0)
WcIspDeinitAWB();
#endif
// 1. Delete Encoder
if (Wc.h264.handle) {
@@ -27,6 +27,13 @@ extern "C" {
# define ESP_HOSTED_NEW_OTA
#endif
#ifdef CONFIG_ESP_HOSTED_CP_TARGET_ESP32C6
#ifdef CONFIG_ESP_HOSTED_IDF_SLAVE_TARGET
#undef CONFIG_ESP_HOSTED_IDF_SLAVE_TARGET
#endif
#define CONFIG_ESP_HOSTED_IDF_SLAVE_TARGET "esp32c6"
#endif
enum EspHostTypes { ESP_HOST, ESP_HOSTED };
struct Hosted_t {
@@ -381,4 +388,4 @@ bool Xdrv84(uint32_t function) {
#endif // FIRMWARE_SAFEBOOT
#endif // CONFIG_ESP_WIFI_REMOTE_ENABLED
#endif // ESP32
#endif // ESP32