starting to add flipper

This commit is contained in:
2025-03-25 23:25:47 -07:00
parent 2a13827e87
commit 439ebe7279
4 changed files with 56 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ int copytronRemove(copytron_flips* flips, copytron_file* file) {
for(int i = 0; i < 100; i++) {
if(flips->file_count != 0) {
if(strcmp(flips->files[i].path, file->path)) {
flips->files[i].path = "";
//flips->files[i].path = 0x00;
flips->files[i].file_path_len = 0;
return 0;
}