mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Fixed build after merge
This commit is contained in:
parent
e9ed6d825a
commit
a8205edae9
@ -13,6 +13,8 @@ lib_deps = ${common.lib_deps}
|
||||
build_flags =
|
||||
-D HAS_DALLAS_TEMP_SENSOR=0
|
||||
-D IS_CUSTOM_AMS_BOARD=0
|
||||
extra_scripts =
|
||||
pre:addversion.py
|
||||
|
||||
[env:hw1esp12e]
|
||||
platform = espressif8266
|
||||
@ -22,6 +24,8 @@ lib_deps = ${common.lib_deps}
|
||||
build_flags =
|
||||
-D HAS_DALLAS_TEMP_SENSOR=1
|
||||
-D IS_CUSTOM_AMS_BOARD=1
|
||||
extra_scripts =
|
||||
pre:addversion.py
|
||||
|
||||
[env:featheresp32]
|
||||
platform = espressif32
|
||||
@ -31,3 +35,5 @@ lib_deps = ${common.lib_deps}
|
||||
build_flags =
|
||||
-D HAS_DALLAS_TEMP_SENSOR=0
|
||||
-D IS_CUSTOM_AMS_BOARD=0
|
||||
extra_scripts =
|
||||
pre:addversion.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user