




Figure 6 – Script file persisted on file system of the ESP32.We can re-run the file from the prompt just by importing its content with the command shown bellow:
Figure 7 – Re-running the script file uploaded to the ESP32.If you don’t want to leave the uploaded file in the file system, you can simply send the following command to delete it, assuming a previous import of the os module, as we did before:
Figure 8 – Removal of the previously uploaded script file.