Page 1 of 1

boot.py and main.py are not getting called

Posted: Mon Dec 17, 2018 9:55 pm
by satyahc
Hi,
I am newbie in micro python & MCU. I flashed micro python on my nodemcu v3.0 ESP8288. And it is working fine and i ran blink python code. It works as expected.

But i want to put this code in boot.py. I did wrote the boot.py file using Esplorer tool and saved into microcontroller. But when i do a reset or even power off and power on my nodemcu board the code is not getting executed.

I even tried the code by keeping it in main.py. Even it is not getting called. But i could able to see these files in ESP board.

Let me know what could be the issue here??

Regds,
Hari