mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
Platform 2026.03 (#24547)
* Platform 2026.03 * changes as suggested from Theo
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user