-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
25 lines (24 loc) · 820 Bytes
/
platformio.ini
File metadata and controls
25 lines (24 loc) · 820 Bytes
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
; 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:featheresp32]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
xinyu198736/AliyunIoTSDK@^0.3
knolleary/PubSubClient@^2.8
legenddcr/AliyunMqttArduino@^0.2.0
adafruit/Adafruit SSD1306@^2.5.3
adafruit/Adafruit GFX Library@^1.10.15
adafruit/Adafruit BusIO@^1.0.0
olikraus/U8g2@^2.33.2
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0
paulstoffregen/OneWire@^2.3.7
milesburton/DallasTemperature@^3.9.1