Raspberry Pi Day 6

Its been a while since I’ve gotten on it, but the problem that I’m trying to solve right now is that. Once plug in the Raspberry Pi Pico it runs automatically. Even though I’ve changed the code or the payload it still runs. I’m trying to troubleshoot that currently.

Attempt #1: The code.py is the root directory of the device. So, I tried to change the name of the root directory to code_disabled.py. But it didn’t work.

Attempt #2: I tried to disable the HID. I went into the boot.py and pasted the command, “usb_hid.disable”. This didnt work either. I’m not sure how to proceed since the hardware isnt listening to commands. I plan on going back to the basics, and get a general understanding of the product, I’m not sure I can even say what the Raspberry Pi Pico is. I’ve just been researching problems on google. But maybe it’s time to go back to my ABC’s.