mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-14 15:54:47 +00:00
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
[platformio]
|
|
default_envs = dev
|
|
|
|
[env:dev]
|
|
platform = espressif8266
|
|
board = esp12e
|
|
framework = ${common.framework}
|
|
lib_deps = ${common.lib_deps}
|
|
build_flags =
|
|
-D HW_ROARFRED=1
|
|
-D DEBUG_MODE=1
|
|
monitor_speed = 2400
|
|
monitor_flags =
|
|
--parity
|
|
E
|