26 lines
620 B
INI
26 lines
620 B
INI
|
; 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:d1_mini]
|
||
|
platform = espressif8266
|
||
|
board = d1_mini
|
||
|
framework = arduino
|
||
|
|
||
|
monitor_speed=115200
|
||
|
|
||
|
upload_speed = 921600
|
||
|
|
||
|
|
||
|
build_flags =
|
||
|
'-D MQTT_BASETOPIC="wifips01"'
|
||
|
|
||
|
lib_deps =
|
||
|
adafruit/Adafruit MQTT Library@^2.5.8
|
||
|
mathertel/OneButton@^2.0.3
|