Merge pull request #2887 from yupyvovarov/fix-hwids-address

Fix typo in tbeam-s3-core hwids address
This commit is contained in:
code8buster
2023-10-13 10:24:49 +00:00
committed by GitHub

View File

@@ -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"
},