Skip to content

Use of adafruit_logging Causes Pico W to Fail to Reload Circuitpython #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jmangum opened this issue Oct 8, 2023 · 0 comments
Open

Comments

@jmangum
Copy link

jmangum commented Oct 8, 2023

While trying to debug Issue #52 found that Circuitpython would not reload at all (i.e. when saving code.py), and ctrl-C would not return me to the REPL. Had to power-cycle the Pico W to restart Circuitpython. Removed the use of adafruit_logging by removing import adafruit_logging as logging from code.py (and all usage of adafruit_logging) from the script and found that Circuitpython now reloads as it should. Very clear to me that adafruit_logging is interfering with Circuitpython reload functionality (in addition to not working when writing to an SD card).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant