-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathplatformio.ini
More file actions
46 lines (39 loc) · 1.01 KB
/
Copy pathplatformio.ini
File metadata and controls
46 lines (39 loc) · 1.01 KB
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
41
42
43
44
45
46
; 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]
default_envs = d1_mini
[env]
platform = espressif8266
framework = arduino
build_type = release
monitor_speed = 115200
build_unflags =
-std=gnu++11
-std=gnu++14
-std=c++11
-std=c++14
build_flags =
-std=gnu++17
-D FIRMWARE_VERSION=20260809
lib_deps =
adafruit/Adafruit NeoPixel@^1.15.5
adafruit/Adafruit Unified Sensor@^1.1.15
adafruit/DHT sensor library@^1.4.7
bblanchon/ArduinoJson@^7.4.3
crankyoldgit/IRremoteESP8266@^2.9.0
tzapu/WiFiManager@^2.0.17
[env:d1_mini]
board = d1_mini
upload_protocol = esptool
upload_speed = 921600
[env:d1_mini_ota]
board = d1_mini
upload_protocol = espota
upload_port = 172.21.4.162