mirror of
https://github.com/arendst/Tasmota.git
synced 2026-06-21 01:38:44 -04:00
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:
@@ -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
|
||||
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]
|
||||
shared_libdeps_dir = lib
|
||||
; *** Library disable / enable for variant Tasmota(32). Disable reduces compile time
|
||||
|
||||
Reference in New Issue
Block a user