enable vibration motor

This commit is contained in:
mverch67
2025-06-01 17:14:17 +02:00
committed by Thomas Göttgens
parent d93d5205f2
commit 0ccce5e991
2 changed files with 10 additions and 1 deletions

View File

@@ -28,6 +28,9 @@
#define BUTTON_PIN 0
// vibration motor
#define PIN_VIBRATION 2
// Have SPI interface SD card slot
#define HAS_SDCARD
#define SDCARD_USE_SPI1