diff options
Diffstat (limited to 'bs_button/platformio.ini')
| -rw-r--r-- | bs_button/platformio.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/bs_button/platformio.ini b/bs_button/platformio.ini new file mode 100644 index 0000000..59c2ffe --- /dev/null +++ b/bs_button/platformio.ini | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | ;PlatformIO Project Configuration File | ||
| 2 | ; | ||
| 3 | ; Build options: build flags, source filter | ||
| 4 | ; Upload options: custom upload port, speed and extra flags | ||
| 5 | ; Library options: dependencies, extra library storages | ||
| 6 | ; Advanced options: extra scripting | ||
| 7 | ; | ||
| 8 | ; Please visit documentation for the other options and examples | ||
| 9 | ; https://docs.platformio.org/page/projectconf.html | ||
| 10 | |||
| 11 | [platformio] | ||
| 12 | default_envs = d1_mini | ||
| 13 | |||
| 14 | [env] | ||
| 15 | platform = espressif8266 | ||
| 16 | framework = arduino | ||
| 17 | monitor_speed = 115200 | ||
| 18 | upload_speed = 115200 | ||
| 19 | ;lib_deps = WiFiManager, PubSubClient, Bounce2, HttpClient, ESP8266Audio | ||
| 20 | lib_ldf_mode = deep | ||
| 21 | |||
| 22 | [env:d1_mini] | ||
| 23 | board = d1_mini | ||
| 24 | ; set frequency to 160MHz | ||
| 25 | board_build.f_cpu = 160000000L | ||
