mirror of https://github.com/arendst/Tasmota.git
Merge pull request #8740 from Jason2866/patch-1
Update to ESP32 framework 1.12.4
This commit is contained in:
commit
62b33b37f7
|
@ -170,7 +170,7 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||
; *** expect the unexpected. Many features not working!!! ***
|
||||
|
||||
[common32]
|
||||
platform = espressif32@1.12.2
|
||||
platform = espressif32@1.12.4
|
||||
platform_packages = tool-esptoolpy@1.20800.0
|
||||
board = esp32dev
|
||||
board_build.ldscript = esp32_out.ld
|
||||
|
@ -198,12 +198,9 @@ build_flags = ${esp_defaults.build_flags}
|
|||
-D sint16_t=int16_t
|
||||
-D memcpy_P=memcpy
|
||||
-D memcmp_P=memcmp
|
||||
-D USE_CONFIG_OVERRIDE
|
||||
|
||||
lib_extra_dirs =
|
||||
libesp32
|
||||
|
||||
lib_ignore =
|
||||
; ILI9488
|
||||
; SSD3115
|
||||
cc1101
|
||||
|
|
Loading…
Reference in New Issue