Remove core32 stage

since not working anymore. Stage is now based on IDF 4.4 and in stage alpha.
Experimental Esp32 core based on IDF 4.4 is in Platformio cenv.
This commit is contained in:
Jason2866 2021-05-07 17:50:13 +02:00 committed by GitHub
parent 42708d0e09
commit dfa345f78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,19 +127,6 @@ lib_extra_dirs = ${library.lib_extra_dirs}
; *** uncomment the following line if you dont use Epaper driver epidy in your Tasmota32 build. Reduces compile time ; *** uncomment the following line if you dont use Epaper driver epidy in your Tasmota32 build. Reduces compile time
lib/libesp32_epdiy lib/libesp32_epdiy
[core32]
; Activate Stage Core32 by removing ";" in next 3 lines, if you want to override the standard core32
;platform_packages = ${core32_stage.platform_packages}
;build_unflags = ${core32_stage.build_unflags}
;build_flags = ${core32_stage.build_flags}
[core32_stage]
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
platformio/tool-mklittlefs @ ~1.203.200522
build_unflags = ${esp32_defaults.build_unflags}
build_flags = ${esp32_defaults.build_flags}
-DESP32_STAGE=true
[library] [library]
shared_libdeps_dir = lib shared_libdeps_dir = lib
; *** Library disable / enable for variant Tasmota(32). Disable reduces compile time ; *** Library disable / enable for variant Tasmota(32). Disable reduces compile time