mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
ESP32 Platform 2024.05.13 (#21524)
* ESP32 Platform 2024.05.13 reverts Arduino PR 9453 `WiFiClient - rename flush() to clear()` * trigger PR CI
This commit is contained in:
parent
2347f37269
commit
d134b88c68
@ -37,8 +37,8 @@ build_flags = ${esp_defaults.build_flags}
|
|||||||
; wrappers for the crash-recorder
|
; wrappers for the crash-recorder
|
||||||
-Wl,--wrap=panicHandler -Wl,--wrap=xt_unhandled_exception
|
-Wl,--wrap=panicHandler -Wl,--wrap=xt_unhandled_exception
|
||||||
-Wl,--wrap=_Z11analogWritehi ; `analogWrite(unsigned char, int)` use the Tasmota version of analogWrite for deeper integration and phase control
|
-Wl,--wrap=_Z11analogWritehi ; `analogWrite(unsigned char, int)` use the Tasmota version of analogWrite for deeper integration and phase control
|
||||||
-Wl,--wrap=ledcReadFreq ; `uint32_t ledcReadFreq(uint8_t chan)`
|
-Wl,--wrap=ledcReadFreq ; `uint32_t ledcReadFreq(uint8_t chan)`
|
||||||
-Wl,--wrap=delay ; void delay(uint32_t ms)
|
-Wl,--wrap=delay ; void delay(uint32_t ms)
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
HTTPUpdateServer
|
HTTPUpdateServer
|
||||||
USB
|
USB
|
||||||
@ -81,7 +81,7 @@ lib_ignore = ${esp32_defaults.lib_ignore}
|
|||||||
ccronexpr
|
ccronexpr
|
||||||
|
|
||||||
[core32]
|
[core32]
|
||||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.12/platform-espressif32.zip
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.13/platform-espressif32.zip
|
||||||
platform_packages =
|
platform_packages =
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user