Flash the firmware your using python.
Firmware and address 0x1000 bootloader.bin 0x10000 NodeMCU.bin 0x8000 partitions_singleapp.bin
Like this Python\Python36-32>scripts\esptool.py –port com3 –chip auto write_flash 0x1000 bootloader.bin 0x10000 NodeMCU.bin 0x8000 partitions_singleapp.bin
Lua Functions
- dofile(“Filename”) – run the file.