mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
[platformio]
|
|
default_envs = dev
|
|
|
|
[env:dev]
|
|
platform = espressif8266
|
|
board = esp12e
|
|
framework = ${common.framework}
|
|
lib_deps = ${common.lib_deps}
|
|
build_flags =
|
|
-D HAS_DALLAS_TEMP_SENSOR=0
|
|
-D IS_CUSTOM_AMS_BOARD=0
|
|
monitor_speed = 2400
|
|
monitor_flags = --parity E
|