Hi all, I'm just getting started with AdaFruit and Circuit Python. I'm building the Disconnected CO2 Data Logger project based on the RP2040, the Adalogger and an SCD41 CO2 sensor. I downloaded and installed vs 9 of Circuit Python and uploaded it to the RP2040 along with the provided code.py source code. It worked fine for a while but has stopped working. It seems the code hanges up at the call: vfs = storage.VfsFat(sdcard). I tried re-formatting the SD card (8G, purchased from Amazon) and it worked again a few times. Now it is hanging up at the same call. Looking for thoughts on things to try.