oyama / pico-vfs

Thin virtual file system for Raspberry Pi Pico
Other
13 stars 4 forks source link

Run-time determination of SD cards in unit tests #34

Closed oyama closed 5 months ago

oyama commented 5 months ago

The current environment variable-controlled switching between the determination of the presence or absence of an SD card and processing will be abolished and switched to an implementation where processing is skipped if no SD card is connected.