From 1af970765fefd6e2765d4dae3ced0deea2c859bd Mon Sep 17 00:00:00 2001 From: Yurii Pyvovarov <3873062+yupyvovarov@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:31:10 +0300 Subject: [PATCH] Fix typo in tbeam-s3-core hwids address --- boards/tbeam-s3-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/tbeam-s3-core.json b/boards/tbeam-s3-core.json index 767791d35..7bda2e5a0 100644 --- a/boards/tbeam-s3-core.json +++ b/boards/tbeam-s3-core.json @@ -15,7 +15,7 @@ "f_cpu": "240000000L", "f_flash": "80000000L", "flash_mode": "dio", - "hwids": [["0X303A", "0x1001"]], + "hwids": [["0x303A", "0x1001"]], "mcu": "esp32s3", "variant": "tbeam-s3-core" },