From c3d84cc340c252f1a57e0c42df3fb663e9032705 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Thu, 6 Nov 2025 16:40:52 +0100 Subject: [PATCH] change led pin --- the-cup.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the-cup.ino b/the-cup.ino index 0d50de7..ca27ca8 100644 --- a/the-cup.ino +++ b/the-cup.ino @@ -25,7 +25,7 @@ #include #include -#define LED_PIN 16 +#define LED_PIN 15 #define SS_PIN 4 MFRC522DriverPinSimple ss_1_pin(SS_PIN); // Configurable, take an unused pin, only HIGH/LOW required, must be different to SS 2.