mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-26 04:07:57 +00:00
PlatformIO configuration
This commit is contained in:
13
platformio-user.ini-example
Normal file
13
platformio-user.ini-example
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user