You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remaining tbdsamples / dbup / data references missed in two prior path commits
After the user-asked thorough audit, six more user-visible stale refs:
User-facing docs:
- docs/get_started/20_storage.rst — substantial rewrite: the whole page
was documenting the OLD pre-overlay SD card layout (/data/, /dbup/,
/tbdsamples/). Rewritten to describe the current /factory/ + /user/ +
/system/ overlay model, the /samples/factory/ + /samples/user/ split,
and the recommended 'user-overlay-first' editing pattern.
- docs/plugins/step-by-step.rst:219 — '/sdcard/tbdsamples/' →
'/sdcard/samples/' with note about factory/user overlay.
Active runtime code:
- components/drivers/fs.cpp — removed two ESP_LOGI lines that lied about
a '/dbup' backup being part of the SD card content archive. The current
zip-archive build pipeline doesn't create /dbup at all; the messages
surfaced in firmware logs as misleading noise. (The 'delete_dir_recursive
/data' line earlier in the function is kept — that's legitimate cleanup
of cruft from pre-restructure SD cards.)
- sdcard_image/www/tools/dev-server.js:55 — SAMPLE_ROOT pointed at
non-existent 'sample_rom/tbdsamples/'. Updated to the actual path
'sdcard_image/samples/factory/'. Used at lines 610 and 1023 to serve
WAV previews and log the directory location — so this was a real broken
feature, not just a comment.
Developer tool labels:
- tools/sample-tools/sample_bank_manager.html — three button/error-message
labels said 'tbdsamples folder'. Renamed to 'samples folder' for
consistency. (The tool itself still has a broken dependency on
wav_info_short.json which doesn't exist anywhere in the repo — separate
follow-up.)
After this commit, 'git grep' for any of {sdcard_image/data, /data/sp/,
tbdsamples, /dbup, /data/synthdef, /data/macro} returns zero hits across
the whole tree.
Pushed as a forward commit — no force-push, no re-squash.
0 commit comments