Proffie 3.9 board error

Hello

I just receive the new Proffie V3.9
downloaded the latest software. 7.7
when downloading my configuration to board I am getting this error.

Arduino: 1.8.19 (Windows 10), Board: "Proffieboard V3, Serial + Mass Storage + WebUSB, SDCARD (SDIO High Speed), 80 MHz, Smallest Code"












In file included from C:\Users\Rick\Desktop\Proffie OS  7.7\ProffieOS\config\default_proffieboard_config.h:2,

                 from C:\Users\Rick\Desktop\Proffie OS  7.7\ProffieOS\ProffieOS.ino:57:

C:\Users\Rick\Desktop\Proffie OS  7.7\ProffieOS\config\proffieboard_v2_config.h:89:2: error: #error Please select Proffieboard V2 in Tools->Board

   89 | #error Please select Proffieboard V2 in Tools->Board

      |  ^~~~~

exit status 1

Error compiling for board Proffieboard V3.



This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

If I select Proffie board v2 it will load fine.

So, it looks like you have edited default_proffieboard_config.h to include “proffieboard_v2_config.h”. You probably want it to include “proffieboard_v3_config.h” instead.

Sounds like you’re trying to upload a V2 config.

The top of your config needs

#include "proffieboard_v3_config.h"