Skip to content

Commit fb25658

Browse files
erhankursobuch
authored andcommitted
feat(tools): add esp32c3 rev1.1 rom version string
1 parent 60e64d2 commit fb25658

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/idf_py_actions/roms.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
"rev": 3,
4343
"build_date_str_addr": "0x3ff1a374",
4444
"build_date_str": "Feb 7 2021"
45+
},
46+
{
47+
"rev": 101,
48+
"build_date_str_addr": "0x3ff1a3dc",
49+
"build_date_str": "Mar 1 2023"
4550
}
4651
],
4752
"esp32c5": [

0 commit comments

Comments
 (0)