-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
CircuitPython Version
Adafruit CircuitPython 9.2.3 on 2025-01-17; Adafruit Mini Sparkle Motion with ESP32
Workflow(s)
USB
Browser(s)
Google Chrome Version 132.0.6834.83 (Official Build) (64-bit)
Console Log
Steps
- Connect to ESP32 based device using USB mode (it will have to use repl file transfer)
- open a file from the device
- File shown in the editor has extra empty lines inserted every other line.
Description
When reading via USB the files come accross with extra empty lines inserted i.e.
import board
import neopixel
from adafruit_led_animation.animation.comet import Comet
from adafruit_led_animation.animation.rainbow import Rainbow
from adafruit_led_animation.color import GREEN
becomes:
import board
import neopixel
from adafruit_led_animation.animation.comet import Comet
from adafruit_led_animation.animation.rainbow import Rainbow
from adafruit_led_animation.color import GREEN
Additional information
Using the web mode instead of USB on the same device and browser works correctly and the file is shown normally without the extra lines inserted.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working