Skip to content

Commit

Permalink
platform: esp32 use tasmota w/o tsl, S3 use development
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Sep 6, 2023
1 parent 04e43d5 commit 6376ed2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ unbuild_flags =
${common.core_unbuild_flags}

[espressi32_base]
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.08.01/platform-espressif32.zip
; platform = espressif32
platform = espressif32
framework = arduino
build_flags = ${common.build_flags}
build_unflags = ${common.unbuild_flags}
Expand All @@ -66,16 +65,19 @@ check_flags =
; the Web interface is built seperately
[env:ci]
extends = espressi32_base
; use platform without TSL to save memory
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.08.01/platform-espressif32.zip
extra_scripts = scripts/rename_fw.py
board = esp32dev
board_build.partitions = esp32_partition_4M.csv
board_build.filesystem = littlefs
build_flags = ${common.build_flags}
build_unflags = ${common.unbuild_flags}

; for github Actions actually standard platform is buggy, use dev-platform
[env:ci_s3]
extends = espressi32_base
; test with development platform
platform = https://github.com/platformio/platform-espressif32.git
extra_scripts = scripts/rename_fw.py
board = lolin_s3
board_build.f_cpu = 240000000L
Expand Down

0 comments on commit 6376ed2

Please sign in to comment.