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

fixed symlink name in mem spiffs tree #2650

Merged

Conversation

ANTodorov
Copy link
Contributor

the used strtok(...,".")` is cutting the name to the first dot linkname.txt.lnk -> linkname

Screenshot from 2024-11-21 14-13-39

with the fix it is
linkname.txt.lnk -> linkname.txt

Screenshot from 2024-11-21 14-14-55

Copy link

You are welcome to add an entry to the CHANGELOG.md as well

the used strtok(...,".")` is cutting the name to the first dot
linkname.txt.lnk -> linkname

with the fix it is
linkname.txt.lnk -> linkname.txt
@ANTodorov ANTodorov force-pushed the fix_spiffs_tree_linkname branch from fbc3797 to 99d5a72 Compare November 21, 2024 12:29
@iceman1001 iceman1001 merged commit 4b141ca into RfidResearchGroup:master Nov 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants