-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
57 lines (55 loc) · 1.83 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
; 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
board = nodemcuv2
framework = arduino
; upload_flags = --host_port=46667
board_build.filesystem = littlefs
monitor_filters = esp8266_exception_decoder, default
lib_deps =
me-no-dev/ESP Async WebServer@^1.2.3
rlogiacco/CircularBuffer@^1.3.3
adafruit/Adafruit BME280 Library@^2.2.1
adafruit/Adafruit BMP280 Library@^2.4.2
[email protected]:enjoyneering/HTU2xD_SHT2x_Si70xx.git
[email protected]:DimitriGilbert/MQSensorsLib.git
adafruit/Adafruit CCS811 Library@^1.1.1
olikraus/U8g2@^2.28.8
adafruit/DHT sensor library@^1.4.3
adafruit/Adafruit BMP085 Library@^1.2.1
; mathertel/Radio@^2.0.0
; mikem/RadioHead@^1.120
plerup/EspSoftwareSerial@^6.17.1
hallard/LibTeleinfo@^1.1.4
https://github.com/me-no-dev/ESPAsyncWebServer.git
z3t0/IRremote@^4.0.0
[env:esp32]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
; upload_flags = --host_port=46667
board_build.filesystem = littlefs
lib_deps =
rlogiacco/CircularBuffer@^1.3.3
adafruit/Adafruit BME280 Library@^2.2.1
adafruit/Adafruit BMP280 Library@^2.4.2
[email protected]:enjoyneering/HTU2xD_SHT2x_Si70xx.git
[email protected]:DimitriGilbert/MQSensorsLib.git
adafruit/Adafruit CCS811 Library@^1.1.1
olikraus/U8g2@^2.28.8
adafruit/DHT sensor library@^1.4.3
adafruit/Adafruit BMP085 Library@^1.2.1
; mathertel/Radio@^2.0.0
; mikem/RadioHead@^1.120
plerup/EspSoftwareSerial@^6.17.1
hallard/LibTeleinfo@^1.1.4
https://github.com/me-no-dev/ESPAsyncWebServer.git
z3t0/IRremote@^4.0.0