diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-05-30 22:34:03 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-05-30 22:34:03 +0200 |
| commit | 6341278d67ec8875b869c4d101b59385db819258 (patch) | |
| tree | 4521d82fee40bd807f8e9f8db831320b08fbc883 /platformio.ini | |
| parent | 03ea9dc9263f0e3b296f16a2d7d0136139b22a9a (diff) | |
yy
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/platformio.ini b/platformio.ini index a27f556..4f95e66 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,25 +1,22 @@ -; 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:lolin_s2_mini]
-platform = espressif32
-board = lolin_s2_mini
-framework = arduino
-monitor_speed = 115200
-
-lib_deps =
- adafruit/Adafruit GFX Library@^1.12.0
- adafruit/Adafruit SSD1306@^2.5.13
-
-build_flags =
- -Iinclude
- -D ARDUINO_USB_CDC_ON_BOOT=1
-
+; 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:lolin_s2_mini] +platform = espressif32 +board = lolin_s2_mini +framework = arduino +monitor_speed = 115200 +lib_deps = + adafruit/Adafruit GFX Library@^1.12.0 + adafruit/Adafruit SSD1306@^2.5.13 + fluxgarage/FluxGarage RoboEyes@^1.1.1 +build_flags = + -Iinclude + -D ARDUINO_USB_CDC_ON_BOOT=1 |