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 800d71c commit 5273772Copy full SHA for 5273772
Metro/Metro_RP2350_Match3/match3_game/code.py
@@ -432,6 +432,11 @@ def atexit_callback():
432
if kernel_driver_active_flags[_i]:
433
if not _mouse.is_kernel_driver_active(mouse_interface_indexes[_i]):
434
_mouse.attach_kernel_driver(mouse_interface_indexes[_i])
435
+ print(f'#{_i} Index: {mouse_interface_indexes[_i]} (reattaching)')
436
+ else:
437
+ print(f'#{_i} Index: {mouse_interface_indexes[_i]} (Not Attaching)')
438
439
+ print(f'#{_i} Index: {mouse_interface_indexes[_i]} kernel not active (was not attached)')
440
supervisor.runtime.autoreload = original_autoreload_val
441
442
0 commit comments