2024-04-19 14:32:28 +02:00
|
|
|
; 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
|
2024-08-06 19:10:27 +02:00
|
|
|
[platformio]
|
|
|
|
extra_configs = platformio_keyble.ini
|
2024-04-19 14:32:28 +02:00
|
|
|
|
|
|
|
[env:d1_mini]
|
|
|
|
platform = espressif8266
|
|
|
|
board = d1_mini
|
2024-08-06 19:10:27 +02:00
|
|
|
framework = arduino
|
|
|
|
lib_deps = knolleary/pubsubclient
|
|
|
|
monitor_speed = 115200
|