-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
37 lines (32 loc) · 972 Bytes
/
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
; 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
; http://docs.platformio.org/page/projectconf.html
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
upload_port = /dev/ttyUSB*
lib_deps =
# Adafruit MQTT Library
1092
# IRremoteESP8266
1089
ArduinoJson
AsyncTCP
ESPAsyncTCP
NTPClient
PubSubClient
SinricClass
WebSockets
# Github libraries
RGB-IR-Led-ESP8266=https://github.com/mmphego/RGB-IR-Led-ESP8266/archive/master.zip
Adafruit_IO_Arduino=https://github.com/adafruit/Adafruit_IO_Arduino/archive/master.zip
ArduinoHttpClient=https://github.com/arduino-libraries/ArduinoHttpClient/archive/master.zip
; Serial Monitor options
monitor_speed = 115200