When compiling the code, an error occurred where the code would not compile if there was a space in the file path. The issue was traced to the following command while compiling "-IC:\Filepath\Sketch" where it is run without quotations so any space in the file path splits the command. The error was traced to the Seeed board used, compiling a similar sketch with a space in the file path using an Arduino Uno as the target board did not throw an error but switching to the Seeed board causes the issue to appear.
This isn't something that we can fix on our end, the board files for the Seeed board used need to be updated. Documenting this here as a known issue.
When compiling the code, an error occurred where the code would not compile if there was a space in the file path. The issue was traced to the following command while compiling "-IC:\Filepath\Sketch" where it is run without quotations so any space in the file path splits the command. The error was traced to the Seeed board used, compiling a similar sketch with a space in the file path using an Arduino Uno as the target board did not throw an error but switching to the Seeed board causes the issue to appear.
This isn't something that we can fix on our end, the board files for the Seeed board used need to be updated. Documenting this here as a known issue.