Merge pull request #8740 from Jason2866/patch-1

Update to ESP32 framework 1.12.4
This commit is contained in:
Theo Arends 2020-06-20 22:42:59 +02:00 committed by GitHub
commit 62b33b37f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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