This repository was archived by the owner on Sep 16, 2024. It is now read-only.
release 1.20.rc4 strange problems #260
Open
Description
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
- First I did this...
- 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!