vojmar
Results
2
issues of
vojmar
In the newly released Arduino framework the vfs_api.h open functions header changes such that it takes a mandatory additional parameter. `FileImplPtr open(const char* path, const char* mode, const bool create)...
While compiling i've got error: `error: unknown warning option '-Wno-deprecated-copy'; did you mean '-Wno-deprecated'? [-Werror,-Wunknown-warning-option]` Changing **Wno-deprecated-copy** to **Wno-deprecated** fixed the problem Platform: MAC OSX 10.15 Devkit: 25_4000 Targeted Archicad...