urfdvw / circuitpython-online-ide-2

The CircuitPython Online IDE is a browser-based IDE for CircuitPython supported microcontrollers. No installation needed. Handy and powerful.
https://urfdvw.github.io/circuitpython-online-ide-2
GNU General Public License v3.0
5 stars 2 forks source link

[#68] No really a fix, just better code #70

Closed urfdvw closed 5 months ago

urfdvw commented 5 months ago

This PR is just for a small bug in code that actually doesn't have real effect.

Turned out https://github.com/urfdvw/circuitpython-online-ide-2/issues/68 was caused by random print within plot data. Could be solved with more robust plot. But that is likely done by connected variables.