Skip to content

Commit

Permalink
Delete /test.txt after read and write.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 29, 2024
1 parent 727d1a0 commit 2fc6372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/sdk/fileex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ i32 main() {
create_file();
read_file();

FS::remove(F("/test.txt"));
return 0;
}

Expand Down

0 comments on commit 2fc6372

Please sign in to comment.