From d665b12c714eeae6396e45d4137b30c85f689537 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Sat, 18 May 2024 13:43:46 +0200 Subject: [PATCH] update PINs for final connectivity --- gateway/include/huzzah.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway/include/huzzah.h b/gateway/include/huzzah.h index 56329d5..03b855e 100644 --- a/gateway/include/huzzah.h +++ b/gateway/include/huzzah.h @@ -1,7 +1,7 @@ #include -#define SEND_PIN 12 -#define RECEIVE_PIN 13 +#define SEND_PIN 14 +#define RECEIVE_PIN 12 #define RED_LED LED_BUILTIN #define BLUE_LED 2