tools: add esp32c6, esp32h2 to roms.json

This commit is contained in:
Alexey Lapshin 2023-01-23 12:30:51 +07:00
parent 8db02b36ac
commit dd503eab24

View File

@ -43,5 +43,19 @@
"build_date_str_addr": "0x3ff1a374",
"build_date_str": "Feb 7 2021"
}
],
"esp32c6": [
{
"rev": 0,
"build_date_str_addr": "0x4004a798",
"build_date_str": "Sep 19 2022"
}
],
"esp32h2": [
{
"rev": 0,
"build_date_str_addr": "0x4001c7dc",
"build_date_str": "Nov 1 2022"
}
]
}