-
Notifications
You must be signed in to change notification settings - Fork 3
/
platformio.ini
68 lines (53 loc) · 1.78 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
; 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:wemos_d1_mini32]
platform = espressif8266
board = d1_mini
framework = arduino
lib_deps =
; MQTT Library
knolleary/PubSubClient@^2.8
; TVOC & eCO2
adafruit/Adafruit SGP30 Sensor@^2.0.0
; Temp & Humidity
wemos/WEMOS SHT3x@^1.0.0
; Pressure
https://github.com/wemos/LOLIN_HP303B_Library#4deb5f568d4991abda28f716127946e6607bce6e
; Light
claws/BH1750@^1.3.0
; Software Serial Library Needed for AirGradient
plerup/EspSoftwareSerial@^6.16.1
; Display Library
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0
adafruit/Adafruit GFX Library@^1.11.3
https://github.com/wemos/LOLIN_EPD_Library#100a6c8bd1dedd6768aa06faa5ae6e5fbc3ca67e
[env:lolin_c3_mini]
platform = espressif32
board = lolin_c3_mini
framework = arduino
build_flags = -DCORE_DEBUG_LEVEL=5
lib_deps =
; MQTT Library
knolleary/PubSubClient@^2.8
; TVOC & eCO2
adafruit/Adafruit SGP30 Sensor@^2.0.0
; Temp & Humidity
wemos/WEMOS SHT3x@^1.0.0
; Pressure
https://github.com/wemos/LOLIN_HP303B_Library#4deb5f568d4991abda28f716127946e6607bce6e
; Light
claws/BH1750@^1.3.0
; Software Serial Library Needed for AirGradient
plerup/EspSoftwareSerial@^6.16.1
; Display Library
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0
adafruit/Adafruit GFX Library@^1.11.3
https://github.com/wemos/LOLIN_EPD_Library#100a6c8bd1dedd6768aa06faa5ae6e5fbc3ca67e
lib_ldf_mode = deep