-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplatformio.ini
26 lines (22 loc) · 873 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
; 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
lib_deps =
https://github.com/markszabo/IRremoteESP8266.git
https://github.com/marvinroger/homie-esp8266/archive/v2.0.0-beta.3.zip
https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip
https://github.com/marvinroger/async-mqtt-client/archive/v0.8.1.zip
https://github.com/thomasfredericks/Bounce2/archive/v2.4.zip
https://github.com/bblanchon/ArduinoJson/archive/v5.13.0.zip
[platformio]
src_dir=ir_blaster