Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SD card father than Spiffs #231

Closed
Gregovate opened this issue Oct 28, 2024 · 3 comments
Closed

Use SD card father than Spiffs #231

Gregovate opened this issue Oct 28, 2024 · 3 comments
Labels

Comments

@Gregovate
Copy link

My application uses a SD card to store the data so technicians can easily swap out the cards for analysis. I would like to be able to view/delete/update these file OTA and I can't seem to get the file system options to work with it. The Firmware updating is working flawlessly. All files reside on the root of the SD card and I just can't seem to get this to work.

@ayushsharma82
Copy link
Owner

@Gregovate The Filesystem option applies specifically to LittleFS or SPIFFS partitions, which are stored on the MCU's internal flash.

ElegantOTA is designed as a lightweight wrapper around the existing update mechanism. It sounds like you're looking for an SD file browser to view, download, or delete individual files. Feel free to email me at [email protected]; we’ve developed an SD file browser library for a client, and we can customize and license it if you’re interested.

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 28, 2024
Copy link

github-actions bot commented Dec 3, 2024

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants