microsoft / pxt-adafruit

Microsoft MakeCode editor for Adafruit Circuit Playground Express
https://makecode.adafruit.com
Other
81 stars 77 forks source link

DataLogger not working on Playground Express #1219

Open paoloantinori opened 2 months ago

paoloantinori commented 2 months ago

Describe the bug Possibly DataLogger functionality is broken. I've followed this tutorial and no folder with logged data is created on the device. https://learn.adafruit.com/data-logging-and-file-storage-in-makecode

The partition seems to be getting created, since I see it on my system when the device is connected to my laptop (running Fedora 40( but no folder with logged data is present.

Neither of the 2 sketches linked in the tutorial manages to write anything.

To Reproduce Steps to reproduce the behavior:

  1. Follow tutorial https://learn.adafruit.com/data-logging-and-file-storage-in-makecode on a Circuit Playground Express

Expected behavior SPIFLASH folder to be created on the partition MAKECODE

Desktop (please complete the following information):

Additional context I'm just trying to log any message and I cannot seem to succeed.