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 0290fc3 commit ff36932Copy full SHA for ff36932
shared-bindings/supervisor/__init__.c
@@ -301,7 +301,7 @@ STATIC mp_obj_t supervisor_disable_ble_workflow(void) {
301
MP_DEFINE_CONST_FUN_OBJ_0(supervisor_disable_ble_workflow_obj, supervisor_disable_ble_workflow);
302
303
//| def reset_terminal(x_pixels: int, y_pixels: int) -> None:
304
-//| """Adjust the pixel dimensions of the REPL console."""
+//| """Reset the CircuitPython serial terminal with new dimensions."""
305
//| ...
306
//|
307
STATIC mp_obj_t supervisor_reset_terminal(mp_obj_t x_pixels, mp_obj_t y_pixels) {
0 commit comments