Update platformio.ini
This commit is contained in:
parent
4c0f66539c
commit
6a7b950a77
|
@ -13,7 +13,7 @@
|
|||
platform = espressif32
|
||||
board = wt32-eth01
|
||||
framework = arduino
|
||||
lib_deps = siwats/ESPMegaPROR3@^2.9.0
|
||||
lib_deps = siwats/ESPMegaPROR3@^2.9.3
|
||||
monitor_speed = 115200
|
||||
build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"cud-3.0.2-duct"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"' -DAC_TYPE=AC_TYPE_DUCTED
|
||||
|
||||
|
@ -22,6 +22,6 @@ build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"cud-3.0.2-duct"' -DBOARD_MODEL
|
|||
platform = espressif32
|
||||
board = wt32-eth01
|
||||
framework = arduino
|
||||
lib_deps = siwats/ESPMegaPROR3@^2.9.0
|
||||
lib_deps = siwats/ESPMegaPROR3@^2.9.3
|
||||
monitor_speed = 115200
|
||||
build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"cud-3.0.2-ceiling"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"' -DAC_TYPE=AC_TYPE_CEILING
|
Loading…
Reference in New Issue