Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest code does not compile #38

Open
AThilenius opened this issue Oct 18, 2019 · 1 comment
Open

Latest code does not compile #38

AThilenius opened this issue Oct 18, 2019 · 1 comment

Comments

@AThilenius
Copy link

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).

Latest Release still works.

@charles-blouin
Copy link

Temporary workaround: Sketch>Include Library> Manage Library

Look for the library FlashStorage, and install version 0.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants