mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
rename pio targets
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
; PlatformIO Project Configuration File for EMS-ESP
|
||||
|
||||
[platformio]
|
||||
default_envs = esp8266-local
|
||||
; default_envs = esp32-local
|
||||
default_envs = esp8266
|
||||
; default_envs = esp32
|
||||
|
||||
# override any settings with your own local ones in pio_local.ini
|
||||
extra_configs =
|
||||
@@ -45,7 +45,8 @@ check_flags =
|
||||
cppcheck: --std=c++11 -v
|
||||
clangtidy: --checks=-*,clang-analyzer-*,performance-*
|
||||
|
||||
[env:esp8266]
|
||||
; build for GitHub Actions CI
|
||||
[env:esp8266-ci]
|
||||
extra_scripts =
|
||||
scripts/main_script.py
|
||||
scripts/rename_fw.py
|
||||
@@ -56,7 +57,8 @@ board_build.filesystem = littlefs
|
||||
board_build.f_cpu = 160000000L
|
||||
build_flags = ${common.build_flags}
|
||||
|
||||
[env:esp32]
|
||||
; build for GitHub Actions CI
|
||||
[env:esp32-ci]
|
||||
extra_scripts =
|
||||
scripts/rename_fw.py
|
||||
scripts/gzip_fw.py
|
||||
@@ -65,7 +67,7 @@ platform = espressif32
|
||||
board_build.partitions = min_spiffs.csv
|
||||
build_flags = ${common.build_flags}
|
||||
|
||||
[env:esp8266-local]
|
||||
[env:esp8266]
|
||||
extra_scripts =
|
||||
pre:scripts/build_interface.py
|
||||
scripts/main_script.py
|
||||
@@ -80,7 +82,7 @@ build_flags = ${common.build_flags} ${common.debug_flags}
|
||||
lib_ignore =
|
||||
AsyncTCP
|
||||
|
||||
[env:esp32-local]
|
||||
[env:esp32]
|
||||
extra_scripts =
|
||||
pre:scripts/build_interface.py
|
||||
board = esp32dev
|
||||
|
||||
Reference in New Issue
Block a user