ci_s_16M uses Tasmota

This commit is contained in:
proddy
2024-08-16 15:29:21 +02:00
parent 2fad0df647
commit aa8009019d

View File

@@ -84,10 +84,10 @@ lib_deps =
; ;
; build for GitHub Actions CI ; build for GitHub Actions CI
; ;
; the Web interface is built seperately, so is skipped in extra_scripts ; the Web interface is built seperately during the GH Action so is skipped (not included in extra_scripts)
; ;
[env:ci_s_4M] [env:ci_s_4M]
; 4MB ESP32 - using Tasmota - no SSL, no PSRAM - like BBQKees older S32 ; 4MB ESP32 - using Tasmota - no SSL, no PSRAM - like the BBQKees older S32 models
extends = espressi32_base_tasmota extends = espressi32_base_tasmota
extra_scripts = scripts/rename_fw.py extra_scripts = scripts/rename_fw.py
board = esp32dev board = esp32dev
@@ -97,13 +97,13 @@ build_flags =
'-DEMSESP_DEFAULT_BOARD_PROFILE="S32"' '-DEMSESP_DEFAULT_BOARD_PROFILE="S32"'
[env:ci_s_16M] [env:ci_s_16M]
; 16MB ESP32 - no PSRAM - like some of the older BBQKees S32 ; 16MB ESP32 - using Tasmota - no SSL, no PSRAM - like the BBQKees older S32 models
extends = espressi32_base extends = espressi32_base_tasmota
extra_scripts = scripts/rename_fw.py extra_scripts = scripts/rename_fw.py
board = esp32dev board = esp32dev
board_build.partitions = esp32_partition_16M.csv board_build.partitions = esp32_partition_16M.csv
build_flags = build_flags =
${espressi32_base.build_flags} ${espressi32_base_tasmota.build_flags}
'-DEMSESP_DEFAULT_BOARD_PROFILE="S32"' '-DEMSESP_DEFAULT_BOARD_PROFILE="S32"'
[env:ci_s_16M_P] [env:ci_s_16M_P]