forked from owenb321/hampton-bay-fan-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 7
/
platformio.ini
30 lines (27 loc) · 862 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
; 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
;
; platformio run -t upload
;
[platformio]
description = Provide ESP8266 / ESP32 control of rf based fans and doorbell alerts using MQTT
src_dir = rf-fans
lib_dir = lib
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
monitor_speed = 115200
upload_protocol = espota
upload_port = rf-fans.local
;upload_flags = --auth=xxxxxx
lib_deps =
lsatan/SmartRC-CC1101-Driver-Lib @ ^2.5.5
knolleary/PubSubClient @ ^2.8