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.
2 parents babbd84 + 21f56b1 commit c6b57d7Copy full SHA for c6b57d7
builder/esp32.py
@@ -1120,7 +1120,8 @@ def update_mpconfigport():
1120
'#ifdef MICROPY_HW_ESP_USB_SERIAL_JTAG',
1121
'#undef MICROPY_HW_ESP_USB_SERIAL_JTAG',
1122
'#endif',
1123
- f'#define MICROPY_HW_ESP_USB_SERIAL_JTAG ({int(enable_jtag_repl.lower() == "y")})'
+ f'#define MICROPY_HW_ESP_USB_SERIAL_JTAG ({int(enable_jtag_repl.lower() == "y")})',
1124
+ '#define USB_SERIAL_JTAG_PACKET_SZ_BYTES (64)'
1125
])
1126
1127
repl_data.extend([
0 commit comments