From 6341278d67ec8875b869c4d101b59385db819258 Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Sat, 30 May 2026 22:34:03 +0200 Subject: yy --- include/settings.h | 7 ------- platformio.ini | 47 ++++++++++++++++++++++------------------------- 2 files changed, 22 insertions(+), 32 deletions(-) diff --git a/include/settings.h b/include/settings.h index b8068c7..1910ed7 100644 --- a/include/settings.h +++ b/include/settings.h @@ -21,10 +21,3 @@ const int IN2 = 36; const int EN34 = 39; const int IN3 = 37; const int IN4 = 35; - -// const int EN34 = 13; -// const int IN3 = 7; -// const int IN4 = 5; - -// BUZZER -const int BUZZER_PIN = 13; 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 -- cgit v1.2.3