"No wifi connection" on Screen
The PYCO WIFI series is designed as a highly independent device. Even if the screen displays No wifi connection, it only means that the development board is...
Startup Sequence
When the PYCO development board is powered on, it will first execute boot.py, followed by main.py. - boot.py is typically used for system or environment init...
Prevent main.py Execution
If your main.py script enters an infinite loop or you wish to prevent it from executing at startup, you have two options: Software Method: Use the command Sy...