-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
33 lines (30 loc) · 940 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
[env:nodemcuv2]
; platform = https://github.com/platformio/platform-espressif8266.git
platform=espressif8266
build_unflags = -std=gnu++17
build_flags = -std=gnu++2a -DPIO_FRAMEWORK_ARDUINO_ENABLE_EXCEPTIONS -DLOGGER_INF
board = nodemcuv2
framework = arduino
upload_speed = 921600
lib_deps =
esphome/ESPAsyncWebServer-esphome@^3.1.0
johboh/nlohmann-json@^3.11.3
fmtlib/fmt@^8.1.1
WiFiManager
ESP8266WebServer
DNSServer
alexiii/incbin@^0.1.2
knolleary/PubSubClient@^2.8
extra_scripts =
pre:refresh_resources.py
upload_protocol = espota
upload_port = 192.168.50.245