mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-14 15:54:47 +00:00
15 lines
288 B
Plaintext
15 lines
288 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
|
|
-D DEBUG_MODE=1
|
|
monitor_speed = 2400
|
|
monitor_flags = --parity E
|