esp8266 / source-code-examples

Examples of code for the ESP8266
275 stars 127 forks source link

system_os_task() Unnecessary in Blinky Code? #13

Open swedishhat opened 9 years ago

swedishhat commented 9 years ago

I'll preface this with the fact that I haven't worked with the ESP8266 SDK for very long but when I was messing around with the Blinky code example, I got it working just fine without system_os_task() and all the user_procTask variables and functions that go with it. I know that those come in handy for adding functionality down the road but if this is supposed to be a barebones example, why include all that cruft?