diff options
| author | vlapa <vlapa@ya.ru> | 2026-06-13 22:02:56 +0300 |
|---|---|---|
| committer | vlapa <vlapa@ya.ru> | 2026-06-13 22:02:56 +0300 |
| commit | 9bc645c3d928aba19835bfc2df71fb0dd841fd3a (patch) | |
| tree | 3cdf9eb58a9733e9de70a25d5edcc685190ce40a /platformio.ini | |
First
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 0000000..a39793b --- /dev/null +++ b/platformio.ini @@ -0,0 +1,30 @@ +; 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.htmlipass + +[env:esp32-c3-devkitm-1] +platform = espressif32 +board = esp32-c3-devkitm-1 + +; [env:d1_mini] +; platform = espressif8266 +; board = d1_mini + + +framework = arduino +upload_speed = 921600 +monitor_speed = 115200 + +lib_deps = + adafruit/Adafruit NeoPixel + arduino-libraries/NTPClient + knolleary/PubSubClient + + +
\ No newline at end of file |
