From cfb88adc861e6883e9fb65fa65ee040d9d197ed3 Mon Sep 17 00:00:00 2001 From: itpr-gwis2 Date: Sun, 7 Apr 2024 12:22:27 +0300 Subject: [PATCH] platformio --- platformio.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 platformio.ini diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 00000000..20b7c24e --- /dev/null +++ b/platformio.ini @@ -0,0 +1,20 @@ +; 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 + +[platformio] +src_dir = ./Software + +[env:esp32dev] +platform = espressif32 +board = esp32dev +monitor_speed = 115200 +framework = arduino +build_flags = -I include +lib_deps =