From d33389073e95a5a36000a1124de0653db3d692c1 Mon Sep 17 00:00:00 2001 From: tyeth Date: Tue, 20 Aug 2024 18:33:12 +0100 Subject: [PATCH] Fix A4 on Feather C6 --- boards/feather-esp32c6/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/feather-esp32c6/definition.json b/boards/feather-esp32c6/definition.json index 9009685..9c7fefb 100644 --- a/boards/feather-esp32c6/definition.json +++ b/boards/feather-esp32c6/definition.json @@ -51,8 +51,8 @@ "hasServo": true }, { - "name": "D4", - "displayName": "IO4 (A4)", + "name": "D3", + "displayName": "IO3 (A4)", "dataType": "bool", "hasPWM": true, "hasServo": true