-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplatformio.ini
40 lines (35 loc) · 1.21 KB
/
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
34
35
36
37
38
39
40
; 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
[env:d1_mini]
platform = [email protected]
board = d1_mini
framework = arduino
monitor_speed = 115200
build_type = debug
monitor_filters = esp8266_exception_decoder, default, time, printable, colorize
board_build.ldscript = eagle.flash.4m.ld ; 4MB (FS:4MB OTA:~3600KB)
upload_speed = 921600
custom_prog_version = 1.2.5
build_flags =
-DVERSION=${this.custom_prog_version}
-DPIO_SRC_NAM="Victron2MQTT"
-DESP8266 -DATOMIC_FS_UPDATE
extra_scripts = pre:tools/mini_html.py
pre:tools/pre_compile.py
post:tools/post_compile.py
lib_deps =
knolleary/PubSubClient @ ^2.8
bblanchon/ArduinoJson @ ^6.21.3
esphome/ESPAsyncTCP-esphome @ 2.0.0
mathieucarbou/ESPAsyncWebServer @ 3.4.5
mathieucarbou/MycilaWebSerial@^8.0.0
alanswx/ESPAsyncWiFiManager@^0.31
plerup/EspSoftwareSerial @ ^8.2.0
https://github.com/dok-net/ghostl