forked from pixelit-project/PixelIt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
108 lines (103 loc) · 3.38 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
; 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
[common]
framework = arduino
monitor_speed = 115200
upload_speed = 460800
extra_scripts = pre:extra_script.py
lib_deps =
links2004/WebSockets@^2.3.5
knolleary/PubSubClient@^2.8
bblanchon/ArduinoJson@^5.13.4
adafruit/Adafruit GFX Library@^1.10.5
fastled/FastLED@^3.4.0
beegee-tokyo/DHT sensor library for ESPx@^1.17
powerbroker2/DFPlayerMini_Fast@^1.2.0
adafruit/Adafruit BusIO@^1.7.2
adafruit/Adafruit BME280 Library@^2.0.2
adafruit/Adafruit BMP280 Library@^2.6.1
adafruit/Adafruit Unified Sensor@^1.1.4
LightDependentResistor=https://github.com/QuentinCG/Arduino-Light-Dependent-Resistor-Library.git
ColorConverter=https://github.com/luisllamasbinaburo/Arduino-ColorConverter.git
TimeLib = https://github.com/PaulStoffregen/Time.git
marcmerlin/FastLED NeoMatrix@^1.2
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
framework = ${common.framework}
board_build.f_cpu = 80000000L
monitor_speed = ${common.monitor_speed}
extra_scripts = ${common.extra_scripts}
upload_speed = ${common.upload_speed}
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
toolchain-xtensa32@~2.80400.0
lib_deps =
${common.lib_deps}
WiFiManager = https://github.com/tzapu/WiFiManager.git#v2.0.15-rc.1
plerup/EspSoftwareSerial@^6.11.4
fastled/FastLED@^3.5.0
adafruit/Adafruit BME680 Library@^2.0.1
adafruit/Adafruit BMP280 Library@^2.6.1
claws/BH1750@^1.2.0
robtillaart/Max44009@^0.5.2
arduino-libraries/ArduinoHttpClient@^0.4.0
Hash = https://github.com/bbx10/Hash_tng.git
[env:ESP8266]
platform = espressif8266@2.6.3
board = nodemcu
framework = ${common.framework}
board_build.filesystem = littlefs
monitor_speed = ${common.monitor_speed}
extra_scripts = ${common.extra_scripts}
upload_speed = ${common.upload_speed}
lib_deps =
${common.lib_deps}
tzapu/WiFiManager@^0.16.0
adafruit/Adafruit BME680 Library@^2.0.1
adafruit/Adafruit BMP280 Library@^2.6.1
claws/BH1750@^1.2.0
robtillaart/Max44009@^0.5.2
arduino-libraries/ArduinoHttpClient@^0.4.0
mr-glt/SHA-1 Hash@^1.1.0
[env:d1_mini]
platform = espressif8266@2.6.3
board = d1_mini
framework = ${common.framework}
board_build.filesystem = littlefs
monitor_speed = ${common.monitor_speed}
extra_scripts = ${common.extra_scripts}
upload_speed = ${common.upload_speed}
lib_deps =
${common.lib_deps}
tzapu/WiFiManager@^0.16.0
adafruit/Adafruit BME680 Library@^2.0.1
adafruit/Adafruit BMP280 Library@^2.6.1
claws/BH1750@^1.2.0
robtillaart/Max44009@^0.5.2
arduino-libraries/ArduinoHttpClient@^0.4.0
mr-glt/SHA-1 Hash@^1.1.0
[env:nodemcuv2]
platform = espressif8266@2.6.3
board = nodemcuv2
framework = ${common.framework}
board_build.filesystem = littlefs
monitor_speed = ${common.monitor_speed}
extra_scripts = ${common.extra_scripts}
upload_speed = ${common.upload_speed}
lib_deps =
${common.lib_deps}
tzapu/WiFiManager@^0.16.0
adafruit/Adafruit BME680 Library@^2.0.1
adafruit/Adafruit BMP280 Library@^2.6.1
claws/BH1750@^1.2.0
robtillaart/Max44009@^0.5.2
arduino-libraries/ArduinoHttpClient@^0.4.0
mr-glt/SHA-1 Hash@^1.1.0