Hello there! I’m new here, but I’ve been programming sabers with Proffie for a while now.
So, I have a proffie saber that was running on 5.9, and when I heard about the cool options in 6.0, I thought I’d try to upgrade my saber. So I downloaded 6.7, put in my CONFIG file, and went into Arduino, opened Proffie 6.7, and clicked Verify. Now, I put the config file location in the code, so I don’t understand the error messages I’m getting:
Arduino: 1.8.19 (Windows 10), Board: "Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code"
ProffieOS:51:2: error: #error Please set CONFIG_FILE as shown above.
51 | #error Please set CONFIG_FILE as shown above.
| ^~~~~
ProffieOS:55:10: error: #include expects "FILENAME" or <FILENAME>
55 | #include CONFIG_FILE
| ^~~~~~~~~~~
ProffieOS:218:10: fatal error: common/common.h: No such file or directory
218 | #include "common/common.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
#error Please set CONFIG_FILE as shown above.
If anyone has an idea of what I did wrong, I would really appreciate it.