Closed
Description
- Running simple looping code, like some neopixel loop to see if the code is running.
- At the same time, sending data to the REPL like this for example:
while true ; do echo -e "1\r\n" > /dev/cu.usbmodem487F300C06831; sleep 1; done
- Then save a change in the code causing an autoreload.
- The code exits to the REPL.
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Code stopped by auto-reload. Reloading soon.
Adafruit CircuitPython 7.3.0 on 2022-05-23; FeatherS3 with ESP32S3
>>>
>>> 1
From my tests this was introduced in #6153.