-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
79 lines (75 loc) · 2.69 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
; 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 = espressif8266@3.0.0
board = nodemcuv2
framework = arduino
board_build.f_cpu = 160000000L
#upload_port = COM4
upload_speed = 921600
#monitor_port = COM4
monitor_speed = 115200
lib_deps =
ArduinoJson
https://github.com/lorol/ESPAsyncWebServer
https://github.com/WifWaf/MH-Z19
https://github.com/maakbaas/esp8266-iot-framework
https://github.com/Makuna/NeoPixelBus
adafruit/Adafruit SSD1306@^2.5.0
https://github.com/adafruit/Adafruit_BMP280_Library
https://github.com/adafruit/Adafruit_BME280_Library
https://github.com/adafruit/Adafruit_SHT31
paulstoffregen/Time@^1.6.1
adafruit/Adafruit BusIO@^1.9.6
knolleary/PubSubClient@^2.8
build_flags = -DCONFIG_PATH=configuration.json -DDASHBOARD_PATH=dashboard.json -DREBUILD_HTML -DREBUILD_DASHBOARD -DREBUILD_CONFIG
extra_scripts = scripts/preBuild.py
[env:d1_mini]
platform = espressif8266@3.0.0
board = d1_mini
framework = arduino
monitor_speed = 115200
monitor_filters = esp8266_exception_decoder
lib_deps =
ArduinoJson
https://github.com/lorol/ESPAsyncWebServer
https://github.com/WifWaf/MH-Z19
https://github.com/maakbaas/esp8266-iot-framework
https://github.com/Makuna/NeoPixelBus
adafruit/Adafruit SSD1306@^2.5.0
https://github.com/adafruit/Adafruit_BMP280_Library
https://github.com/adafruit/Adafruit_BME280_Library
https://github.com/adafruit/Adafruit_SHT31
paulstoffregen/Time@^1.6.1
adafruit/Adafruit BusIO@^1.9.6
knolleary/PubSubClient@^2.8
build_flags = -DCONFIG_PATH=configuration.json -DDASHBOARD_PATH=dashboard.json -DREBUILD_HTML -DREBUILD_DASHBOARD -DREBUILD_CONFIG
extra_scripts = scripts/preBuild.py
[env:d1]
platform = espressif8266@3.0.0
board = d1
framework = arduino
monitor_speed = 115200
monitor_filters = esp8266_exception_decoder
lib_deps =
ArduinoJson
https://github.com/lorol/ESPAsyncWebServer
https://github.com/WifWaf/MH-Z19
https://github.com/maakbaas/esp8266-iot-framework
https://github.com/Makuna/NeoPixelBus
adafruit/Adafruit SSD1306@^2.5.0
https://github.com/adafruit/Adafruit_BMP280_Library
https://github.com/adafruit/Adafruit_BME280_Library
https://github.com/adafruit/Adafruit_SHT31
paulstoffregen/Time@^1.6.1
adafruit/Adafruit BusIO@^1.9.6
knolleary/PubSubClient@^2.8
build_flags = -DCONFIG_PATH=configuration.json -DDASHBOARD_PATH=dashboard.json -DREBUILD_HTML -DREBUILD_DASHBOARD -DREBUILD_CONFIG
extra_scripts = scripts/preBuild.py