Releases: Dirk-/NanoBLEFlashPrefs
Releases · Dirk-/NanoBLEFlashPrefs
Version 1.2.0
v1.1.0
New:
- All functions are synchronous now. Please remove waiting loops with calls to
operationCompleted()in your existing code (but it should work anyway). - Get information about the status of your Nano 33 BLE flash file system with
statusString().
Fixed:
- Does not hang on write errors any more.