mirror of https://github.com/arendst/Tasmota.git
Add 4M board variants
This commit is contained in:
parent
6092640163
commit
145ab0ee11
|
@ -62,12 +62,10 @@ build_flags = ${core.build_flags}
|
||||||
; Build variant 4MB = 1MB firmware, 1MB OTA, 2MB filesystem (WEMOS D1 Mini, NodeMCU, Sonoff POW)
|
; Build variant 4MB = 1MB firmware, 1MB OTA, 2MB filesystem (WEMOS D1 Mini, NodeMCU, Sonoff POW)
|
||||||
;board = esp8266_4M2M
|
;board = esp8266_4M2M
|
||||||
|
|
||||||
; *** Upload Serial reset method for Wemos and NodeMCU
|
; *** Serial port used for erasing/flashing the ESP82xx
|
||||||
upload_port = COM5
|
upload_port = COM5
|
||||||
|
|
||||||
extra_scripts = ${scripts_defaults.extra_scripts}
|
extra_scripts = ${scripts_defaults.extra_scripts}
|
||||||
; pio-tools/obj-dump.py
|
; pio-tools/obj-dump.py
|
||||||
|
|
||||||
lib_extra_dirs = ${library.lib_extra_dirs}
|
lib_extra_dirs = ${library.lib_extra_dirs}
|
||||||
|
|
||||||
|
|
||||||
|
@ -75,7 +73,17 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
||||||
platform_packages = ${core32.platform_packages}
|
platform_packages = ${core32.platform_packages}
|
||||||
build_unflags = ${core32.build_unflags}
|
build_unflags = ${core32.build_unflags}
|
||||||
build_flags = ${core32.build_flags}
|
build_flags = ${core32.build_flags}
|
||||||
|
|
||||||
|
; Build variant ESP32 4M Flash, Tasmota 1856k Code/OTA, 320k LITTLEFS (default)
|
||||||
|
;board = esp32_4M
|
||||||
|
; Build variant ESP32 8M Flash, Tasmota 2944k Code/OTA, 2112k LITTLEFS
|
||||||
|
;board = esp32_8M
|
||||||
|
; Build variant ESP32 16M Flash, Tasmota 2944k Code/OTA, 10M LITTLEFS
|
||||||
|
;board = esp32_16M
|
||||||
|
|
||||||
|
; *** Serial port used for erasing/flashing the ESP32
|
||||||
upload_port = COM4
|
upload_port = COM4
|
||||||
|
|
||||||
lib_extra_dirs = ${library.lib_extra_dirs}
|
lib_extra_dirs = ${library.lib_extra_dirs}
|
||||||
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
|
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
|
||||||
lib/libesp32
|
lib/libesp32
|
||||||
|
|
Loading…
Reference in New Issue