We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5da44 commit e390a0dCopy full SHA for e390a0d
src/targets/esp32c5.ts
@@ -47,7 +47,7 @@ export class ESP32C5ROM extends ESP32C6ROM {
47
48
public XTAL_CLK_DIVIDER = 1;
49
50
- public UARTDEV_BUF_NO = 0x4085f51c; // Variable in ROM .bss which indicates the port in use
+ public UARTDEV_BUF_NO = 0x4085f514; // Variable in ROM .bss which indicates the port in use
51
52
// Magic value for ESP32C5
53
public CHIP_DETECT_MAGIC_VALUE = [0x1101406f, 0x63e1406f, 0x5fd1406f];
0 commit comments