summaryrefslogtreecommitdiffstats
path: root/bs_button/platformio.ini
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2020-02-04 23:33:05 +0100
committermanuel <manuel@mausz.at>2020-02-04 23:33:05 +0100
commit95e5f22a558beeaac8895400e406837656a057e0 (patch)
tree54c873c7e84b70f677f223abce32df3cd9ad3743 /bs_button/platformio.ini
parentbc34f55c1abfca72c2ab5f6e0722b56168202366 (diff)
downloadarduino-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.ini25
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]
12default_envs = d1_mini
13
14[env]
15platform = espressif8266
16framework = arduino
17monitor_speed = 115200
18upload_speed = 115200
19;lib_deps = WiFiManager, PubSubClient, Bounce2, HttpClient, ESP8266Audio
20lib_ldf_mode = deep
21
22[env:d1_mini]
23board = d1_mini
24; set frequency to 160MHz
25board_build.f_cpu = 160000000L