multivariant building
This commit is contained in:
parent
615c3f5f9e
commit
faca71475f
|
@ -8,10 +8,18 @@
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:satitm]
|
[env:satitm-ducted]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = wt32-eth01
|
board = wt32-eth01
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps = siwats/ESPMegaPROR3@^2.8.0
|
lib_deps = siwats/ESPMegaPROR3@^2.8.0
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"3.0.1"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"'
|
build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"3.0.1-duct"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"' -DAC_TYPE=AC_TYPE_DUCTED
|
||||||
|
|
||||||
|
[env:satitm-ceiling]
|
||||||
|
platform = espressif32
|
||||||
|
board = wt32-eth01
|
||||||
|
framework = arduino
|
||||||
|
lib_deps = siwats/ESPMegaPROR3@^2.8.0
|
||||||
|
monitor_speed = 115200
|
||||||
|
build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"3.0.1-ceiling"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"' -DAC_TYPE=AC_TYPE_CEILING
|
|
@ -5,7 +5,7 @@
|
||||||
* Variants *
|
* Variants *
|
||||||
***********************************************/
|
***********************************************/
|
||||||
// @note You can use -D flag to define the variant and comment out the line below
|
// @note You can use -D flag to define the variant and comment out the line below
|
||||||
#define AC_TYPE AC_TYPE_CEILING
|
// #define AC_TYPE AC_TYPE_CEILING
|
||||||
|
|
||||||
/***********************************************
|
/***********************************************
|
||||||
* Pin Definitions *
|
* Pin Definitions *
|
||||||
|
|
Loading…
Reference in New Issue