-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathplatformio.ini
33 lines (31 loc) · 989 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
workspace_dir = .pio.nosync
default_envs = myBoard
[env:myBoard]
platform = espressif8266
board = esp12e
framework = arduino
monitor_speed = 115200
build_flags = -w ; spuppress al warnings
lib_deps =
https://github.com/mrWheel/dsmr2Lib
https://github.com/mrWheel/LittleFS_SysLogger
https://github.com/mrWheel/ModUpdateServer
tzapu/WiFiManager@^2.0.17
https://github.com/PaulStoffregen/Time
jandrassy/TelnetStream@^1.3.0
knolleary/PubSubClient@^2.8
greiman/SSD1306Ascii@^1.3.5
board_build.filesystem = littlefs
upload_port = /dev/cu.wchusbserial32241410
monitor_filters =
esp8266_exception_decoder