So as some people know I am attempting to having config files read from the sd card, and so far it’s going well. (Even changing motor configs).
However, my program can’t create folders for the sd card, and I have been trying to make it happen.
I have tried pros, and it builds and compiles, but it does not make the folder on the SD card.
I used my Custom SDK, but it says that mkdir and _stat is undefined in the linker, and I am aware I need to use newlib, but I can’t figure out how to get it to work.
(Used std::filesystem::create_directory(“/config”); with #include .)