Skip to content

Commit cf076dd

Browse files
committed
Fix incorrect HWID format for ESP32-S3 DevKit
1 parent 2edc2b2 commit cf076dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/esp32-s3-devkitc-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"flash_mode": "qio",
1717
"hwids": [
1818
[
19-
"0X303A",
19+
"0x303A",
2020
"0x1001"
2121
]
2222
],

0 commit comments

Comments
 (0)