From 78a91ba97a4f34cc6fdbcda00ca187ffc4954d0b Mon Sep 17 00:00:00 2001 From: tyeth Date: Fri, 18 Oct 2024 14:30:19 +0100 Subject: [PATCH 1/2] Set D0 to INPUT only for metro-s3 --- boards/metroesp32s3/definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/metroesp32s3/definition.json b/boards/metroesp32s3/definition.json index 13238c3..30ad769 100644 --- a/boards/metroesp32s3/definition.json +++ b/boards/metroesp32s3/definition.json @@ -13,7 +13,8 @@ { "name":"D0", "displayName":"Built-in Button (Boot0)", - "dataType":"bool" + "dataType":"bool", + "direction": "INPUT" }, { "name":"D40", From a7277fecf771e1f95c282b1ac1ee41295f6d2de1 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Mon, 21 Oct 2024 21:21:44 +0100 Subject: [PATCH 2/2] Update definition.json - specify metro_esp32s3 as installBoardName --- boards/metroesp32s3/definition.json | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/metroesp32s3/definition.json b/boards/metroesp32s3/definition.json index 30ad769..a7fc63b 100644 --- a/boards/metroesp32s3/definition.json +++ b/boards/metroesp32s3/definition.json @@ -6,6 +6,7 @@ "vendor":"Adafruit", "productURL":"https://www.adafruit.com/product/5500", "documentationURL":"https://learn.adafruit.com/adafruit-metro-esp32-s3", + "installBoardName": "metro_esp32s3", "installMethod":"uf2", "published":true, "components":{