kejlycz wrote:... it's enough to hit "Reload" of "FS Info":-)
Fixed - thank you kejlycz - the Reload button in ESPlorer made it work. The ESPlorer Chip Info, Chip ID and Flash ID buttons are working. I was nearly ready to give up.
I tried loading linux but my system has a BIOS that is incompatible with all of the distros and there is no BIOS upgrade available for my old motherboard.
gpio.mode(0,gpio.OUTPUT)
print(gpio.read(0),"\n")
gpio.write(0,gpio.LOW)
print(gpio.read(0),"\n")
tmr.delay(1000000)
gpio.write(0,gpio.HIGH)
print(gpio.read(0),"\n")