Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 634 Bytes

File metadata and controls

21 lines (19 loc) · 634 Bytes

Please include the following information when submitting a bug report:

  • The Pycom board you are using (e.g. WiPy 2.0, LoPy).
  • The firmware version you are using. You can get it by executing the following Python code at the REPL:
import os
os.uname()

The output will look similar to this:

(sysname='LoPy', nodename='LoPy', release='0.9.4.b1', version='bc42ea7 on 2016-11-14', machine='LoPy with ESP32')
  • Exact steps to cause this issue
    1. First I did this...
    2. Then, I did that...
  • What you expected
    • e.g. I expected abc to xyz
  • What happened instead
    • e.g. Instead, I got zyx

Thank you!