diff options
| author | manuel <manuel@mausz.at> | 2020-02-04 23:33:05 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2020-02-04 23:33:05 +0100 |
| commit | 95e5f22a558beeaac8895400e406837656a057e0 (patch) | |
| tree | 54c873c7e84b70f677f223abce32df3cd9ad3743 /bs_button/platformio.ini | |
| parent | bc34f55c1abfca72c2ab5f6e0722b56168202366 (diff) | |
| download | arduino-95e5f22a558beeaac8895400e406837656a057e0.tar.gz arduino-95e5f22a558beeaac8895400e406837656a057e0.tar.bz2 arduino-95e5f22a558beeaac8895400e406837656a057e0.zip | |
add bs_button
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 | ||
