added copytron filemanager and working on flipper

This commit is contained in:
2025-03-25 07:34:15 -07:00
parent 51574fbc0b
commit 2a13827e87
11 changed files with 135 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
add_executable(${PROJECT_NAME} main.cpp)
add_executable(${PROJECT_NAME} main.cpp copytron.c)
target_link_libraries(${PROJECT_NAME} TartLib)