mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
[platformio]
|
|
default_envs = dev
|
|
|
|
[env:dev]
|
|
platform = espressif8266
|
|
board = esp12e
|
|
framework = ${common.framework}
|
|
lib_deps = ${common.lib_deps}
|
|
build_flags =
|
|
-D DEBUG_MODE=1
|
|
extra_scripts =
|
|
pre:scripts/addversion.py
|
|
scripts/makeweb.py
|
|
monitor_speed = 115200 ; If serial port is shared with HAN, use 2400 and parity E (or N for Norwegian Kamstrup)
|
|
monitor_flags =
|
|
--parity
|
|
N
|