mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Try with override env:tasmota32_base
This commit is contained in:
parent
f79b362644
commit
04cb5fcb8f
@ -68,21 +68,41 @@ 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}
|
||||||
|
|
||||||
|
[env:tasmota32_base]
|
||||||
[common32]
|
framework = ${common.framework}
|
||||||
platform_packages = ${core32.platform_packages}
|
platform = ${common32.platform}
|
||||||
build_unflags = ${core32.build_unflags}
|
platform_packages = ${common32.platform_packages}
|
||||||
build_flags = ${core32.build_flags}
|
|
||||||
|
|
||||||
; Build variant ESP32 4M Flash, Tasmota 1856k Code/OTA, 320k LITTLEFS (default)
|
; Build variant ESP32 4M Flash, Tasmota 1856k Code/OTA, 320k LITTLEFS (default)
|
||||||
;board = esp32_4M
|
board = ${common32.board}
|
||||||
; Build variant ESP32 8M Flash, Tasmota 2944k Code/OTA, 2112k LITTLEFS
|
; Build variant ESP32 8M Flash, Tasmota 2944k Code/OTA, 2112k LITTLEFS
|
||||||
;board = esp32_8M
|
;board = esp32_8M
|
||||||
; Build variant ESP32 16M Flash, Tasmota 2944k Code/OTA, 10M LITTLEFS
|
; Build variant ESP32 16M Flash, Tasmota 2944k Code/OTA, 10M LITTLEFS
|
||||||
;board = esp32_16M
|
;board = esp32_16M
|
||||||
|
monitor_speed = ${common32.monitor_speed}
|
||||||
|
upload_resetmethod = ${common32.upload_resetmethod}
|
||||||
; *** Serial port used for erasing/flashing the ESP32
|
; *** Serial port used for erasing/flashing the ESP32
|
||||||
upload_port = COM4
|
;upload_port = ${common32.upload_port}
|
||||||
|
upload_port = COM4
|
||||||
|
; upload_speed = 115200
|
||||||
|
board_build.f_cpu = 240000000L
|
||||||
|
board_build.f_flash = 40000000L
|
||||||
|
extra_scripts = ${common32.extra_scripts}
|
||||||
|
build_unflags = ${common32.build_unflags}
|
||||||
|
build_flags = ${common32.build_flags}
|
||||||
|
lib_extra_dirs = ${common32.lib_extra_dirs}
|
||||||
|
lib_ldf_mode = ${common32.lib_ldf_mode}
|
||||||
|
lib_compat_mode = ${common32.lib_compat_mode}
|
||||||
|
lib_ignore =
|
||||||
|
ESP32 Azure IoT Arduino
|
||||||
|
ESP32 Async UDP
|
||||||
|
ESP32 BLE Arduino
|
||||||
|
; SimpleBLE
|
||||||
|
NetBIOS
|
||||||
|
ESP32
|
||||||
|
Preferences
|
||||||
|
BluetoothSerial
|
||||||
|
; Disable next if you want to use ArduinoOTA in Tasmota32 (default disabled)
|
||||||
|
ArduinoOTA
|
||||||
|
|
||||||
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 !!!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user