- Removed File/FileSystem abstraction and replaced with extended microStore File/FileSystem abstraction.
- Refactored path table storage to use microStore log-append flash storage in place of in-memory path table serialized to flash.
- Introduced new preprocessor directives to tune path table storage
-DRNS_PATH_TABLE_SEGMENT_SIZE: Size in bytes of each segment file
-DRNS_PATH_TABLE_SEGMENT_COUNT: Maximum number of segment files to rotate (minimum of 3) - Updated LoRa example apps to use RadioLib
- Various link and other fixes courtesy of @jrl290
- Interface rxb/txb accessor courtesy of @0xSeren