summaryrefslogtreecommitdiffstats
path: root/platformio.ini
diff options
context:
space:
mode:
authorCritBit <Jakub.Sadowski1@gmail.com>2023-12-27 20:05:29 +0100
committerCritBit <Jakub.Sadowski1@gmail.com>2023-12-27 20:05:29 +0100
commit0eff9f2547b1b3cf6a1da93544fee092293df02c (patch)
tree7dd0ec881ea743acfb41d7f39660277c22909e07 /platformio.ini
downloadcyberbadge_esp_shifters_lib-0eff9f2547b1b3cf6a1da93544fee092293df02c.tar.gz
cyberbadge_esp_shifters_lib-0eff9f2547b1b3cf6a1da93544fee092293df02c.zip
move to separate repo
Diffstat (limited to 'platformio.ini')
-rw-r--r--platformio.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini
new file mode 100644
index 0000000..86818e0
--- /dev/null
+++ b/platformio.ini
@@ -0,0 +1,16 @@
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[env:esp32dev]
12platform = espressif32
13board = esp32dev
14framework = arduino
15
16monitor_speed = 115200