SunFounder ESP32 Starter Kit
Then click OK after entering the file name and extension .py. On the MicroPython drive, you will
see your saved file.
Note: Regardless of what name you give your code, it’s best to describe what type of code it is,
and not give it a meaningless name like abc.py. When you save the code as main.py, it will run
automatically when the power is turned on.
3.5.2 Create File and Run it
The code is shown directly in the code section. You can copy it to Thonny and run it as follows.
1. Create a new file
Open Thonny IDE, click New button to create a new blank file.
3.5. 1.5 Quick Guide on Thonny 275