Hello im triyng to fix this issue it replicated several fonts with same one if i have anakin then now i got 3 anakins when i try to select diffferent font and i dont know how to put all back the way it was so i triying to install arduino and config this but im getting this error? i tried to upload a video but it wont let me so i can show it.
/Users/admin/Downloads/ProffieOS 2/ProffieOS/ProffieOS.ino:53:2: error: #error Please set CONFIG_FILE as shown above.
53 | #error Please set CONFIG_FILE as shown above.
| ^~~~~
/Users/admin/Downloads/ProffieOS 2/ProffieOS/ProffieOS.ino:57:10: error: #include expects “FILENAME” or
57 | #include CONFIG_FILE
| ^~~~~~~~~~~
/Users/admin/Downloads/ProffieOS 2/ProffieOS/ProffieOS.ino:240:10: fatal error: common/common.h: No such file or directory
240 | #include “common/common.h”
| ^~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: #error Please set CONFIG_FILE as shown above.
I just tried it still same error i replaced it here i open arduino and scroll and replace it here ?
// #define CONFIG_FILE “config/my_saber_config.h”
// #define CONFIG_FILE “config/default_proffieboard_config.h”
// #define CONFIG_FILE “config/default_v3_config.h”
// #define CONFIG_FILE “config/crossguard_config.h”
// #define CONFIG_FILE “config/graflex_v1_config.h”
// #define CONFIG_FILE “config/prop_shield_fastled_v1_config.h”
// #define CONFIG_FILE “config/owk_v2_config.h”
// #define CONFIG_FILE “config/test_bench_config.h”
// #define CONFIG_FILE “config/toy_saber_config.h”
// #define CONFIG_FILE “config/proffieboard_v1_test_bench_config.h”
// #define CONFIG_FILE “config/proffieboard_v2_testing_config.h”
// #define CONFIG_FILE “config/td_proffieboard_config.h”
“my_saber_config.h” should be replaced with the actual name of your config file, provided by whomever you got your saber from. The file should be placed in the config
directory of ProffieOS also.
Furthermore, you need to remove the //
from the start of the line, otherwise the line is ignored (and thus does nothing and your config file is not set).
At the beginning of that page profezzorn linked there’s info about getting a config file if you’re not sure about all that and/or don’t think you have one.
I removed the // slash then got this let me find the config file thanks.
/Users/admin/Downloads/ProffieOS 2/ProffieOS/ProffieOS.ino:28:22: fatal error: config/my_saber_config.h: No such file or directory
28 | #define CONFIG_FILE “config/my_saber_config.h”
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: config/my_saber_config.h: No such file or directory
So what did you name your config file?
I believe this was solved over on Facebook. He just wanted his saber to work as it previously did, before he copied some presets or something. Sounds like his problem was fixed after deleting the temp files on the SD.