We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bdd24 commit b922da5Copy full SHA for b922da5
src/esploader.ts
@@ -23,6 +23,7 @@ async function magic2Chip(magic: number): Promise<ROM | null> {
23
const { ESP32ROM } = await import("./targets/esp32.js");
24
return new ESP32ROM();
25
}
26
+ case 0xc21e06f:
27
case 0x6f51306f:
28
case 0x7c41a06f: {
29
const { ESP32C2ROM } = await import("./targets/esp32c2.js");
0 commit comments