mirror of https://github.com/meshcore-dev/MeshCore
Browse Source
Before PR#1495, blobs were written for every advert regardless of whether the advertiser became a contact. Nodes upgrading from older firmware (e.g., v1.11.0) have thousands of orphan blobs consuming storage space. This adds a one-time cleanup on first boot that: - Iterates all blob files in /bl/ - Deletes any blob that doesn't match a current contact's pub_key - Creates a marker file to prevent running again Affects ESP32 and RP2040 platforms (which use /bl/ directory).
committed by
Wessel Nieboer
1 changed files with 29 additions and 0 deletions
Loading…
Reference in new issue