pycom / pydocs

4 stars 4 forks source link

Docs don't show using threads in the code #8

Open jimbobbennett opened 5 years ago

jimbobbennett commented 5 years ago

(Hi! 👋 Thanks for reporting an issue! Please make sure you click the link above to view the issue guidelines, then fill out the blanks below.)

What are the steps to reproduce this issue?

  1. Implement the code from https://docs.pycom.io/gettingstarted/programming/first-project.html

What happens?

This code is not running on a background thread, so can stop the PyCom device being updated if it is busy when you try to push new firmware. This advice was provided by @Xykon during an IoT Hack

What were you expecting to happen?

The code should run on a background thread