Search found 3 matches

by Aunullah Qaiser
Thu Mar 23, 2017 4:40 pm
Forum: ESP8266 boards
Topic: need some info
Replies: 1
Views: 1665

need some info

can someone tell me what does the following lines means -:

ets Jan 8 2013,rst cause:4, boot mode:(3,7)

wdt reset
by Aunullah Qaiser
Thu Mar 23, 2017 4:24 pm
Forum: ESP8266 boards
Topic: oserror: [errno 21]
Replies: 1
Views: 2418

oserror: [errno 21]

I flashed up my esp 01 properly and it was running properly. I ran os.mkdir() command to create a directory which was created successfully and os.listdir() also ran properly too.The problem arises whenever I use os.remove() command to remove a directory, the following error is displayed and I am una...
by Aunullah Qaiser
Tue Mar 21, 2017 4:54 am
Forum: ESP8266 boards
Topic: webrepl_setup error
Replies: 1
Views: 2246

webrepl_setup error

I am having problem with webrepl_setup command. From the reference document I read that we have to enable it but whenever I write webrepl_setup command it shows the following error -: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "webrepl_setup.py", line 111, in <module...