Starting with this commit the FlaggedStorage library was used, resulting in the compilation error: FlashStorage.h: No such file or directory on a clean Arduino install.
Repro steps:
From a clean Arduino install
Add Arduino SAMD Boards (32-bit ARM Cortex-M0+) in the Board Manager
Git clone master
Open Mechaduino\Mechaduino\Mechaduino.ino
Select any Arduino Zero (doesn't matter, all fail)
Hit Verify
Given that the README says "New firmware is in the default "master" branch" I think it's expected that the master branch be green (would recommend some CI).
Starting with this commit the
FlaggedStorage
library was used, resulting in the compilation error:FlashStorage.h: No such file or directory
on a clean Arduino install.Repro steps:
Arduino SAMD Boards (32-bit ARM Cortex-M0+)
in the Board Managermaster
Mechaduino\Mechaduino\Mechaduino.ino
Arduino Zero
(doesn't matter, all fail)Verify
Given that the README says "New firmware is in the default "master" branch" I think it's expected that the master branch be green (would recommend some CI).
Latest
Release
still works.