Remove redundant pio ESP32 entrys

This commit is contained in:
Jason2866 2021-01-11 13:51:23 +01:00 committed by GitHub
parent 8818c36106
commit b543217ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,20 +124,18 @@ lib_extra_dirs = ${library.lib_extra_dirs}
; *** ESP32 lib. ALWAYS needed for ESP32 !!! ; *** ESP32 lib. ALWAYS needed for ESP32 !!!
lib/libesp32 lib/libesp32
[core32] [core32]
; Activate Stage Core32 by removing ";" in next 4 lines, if you want to override the standard core32 ; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32
;platform = ${core32_stage.platform}
;platform_packages = ${core32_stage.platform_packages} ;platform_packages = ${core32_stage.platform_packages}
;build_unflags = ${core32_stage.build_unflags} ;build_unflags = ${core32_stage.build_unflags}
;build_flags = ${core32_stage.build_flags} ;build_flags = ${core32_stage.build_flags}
[core32_stage] [core32_stage]
platform = espressif32 @ 2.1.0
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2452c1fb539246e47a715b74a3ad25b8a7ebbec7 platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2452c1fb539246e47a715b74a3ad25b8a7ebbec7
platformio/tool-mklittlefs @ ~1.203.200522 platformio/tool-mklittlefs @ ~1.203.200522
build_unflags = ${esp32_defaults.build_unflags} build_unflags = ${esp32_defaults.build_unflags}
build_flags = ${esp32_defaults.build_flags} build_flags = ${esp32_defaults.build_flags}
;-DESP32_STAGE=true -DESP32_STAGE=true
[library] [library]
lib_ldf_mode = chain+ lib_ldf_mode = chain+