Search found 2 matches

by piechota
Mon Jan 06, 2020 6:35 pm
Forum: ESP8266 boards
Topic: Board isn't responding without utime.sleep()
Replies: 4
Views: 2579

Re: Board isn't responding without utime.sleep()

This is only half the code. None of the modules you are using has an import statement. I have updated code with the modules None of the globals, referenced in the code, are defined anywhere. Added globals, slack_token is sensitive value so it is fake. The code totally lacks comments. Really bad sty...
by piechota
Fri Jan 03, 2020 8:07 pm
Forum: ESP8266 boards
Topic: Board isn't responding without utime.sleep()
Replies: 4
Views: 2579

Board isn't responding without utime.sleep()

Hi, I want to use ESP8266 to lights up LEDs when I get notification from slack. Everything seems to work fine when there is utime.sleep() in the main loop, but once it's removed nothing happens. It looks like loop execute only once, if there is some slack message on start ESP8266 is detecting that. ...