8000 Serial data to the REPL during autoreload exits the code · Issue #6480 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
Serial data to the REPL during autoreload exits the code #6480
Closed
@Neradoc

Description

@Neradoc
  • 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.

Metadata

Metadata

Assignees

Labels

esp32-s3espressifapplies to multiple Espressif chipsregressionThings that used to work but don't any longersupervisor

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0