diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-05-11 14:12:18 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-05-11 14:12:18 +0200 |
| commit | a08cc07211cb0ffb569e54eff95825e2b5ebc861 (patch) | |
| tree | 980cfeaf7d142b5a06f632cb1ef75613ccd4127b /platformio.ini | |
| parent | 35f5f33f83b8808bb9d3dc1b0c05536341ac1e36 (diff) | |
pio init
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 0000000..57471aa --- /dev/null +++ b/platformio.ini @@ -0,0 +1,14 @@ +; 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 + +[env:esp32dev] +platform = espressif32 +board = esp32dev +framework = espidf |