You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was finally able to use this to build firmware... but it's ~250kb instead of ~750kb like the offical firmware... The .ino I put in /input was just one that defined empty setup() and loop() since it won't finish compiling without it... and using OakSystem.ino does not work... says it can't find libraries and complains about functions not being declared in this scope.
I'm assuming the small size means it does not include config/update modes... probably from not including the correct *.ino in /input.
Is this repo broken?
Thanks.
The text was updated successfully, but these errors were encountered:
I was finally able to use this to build firmware... but it's ~250kb instead of ~750kb like the offical firmware... The .ino I put in /input was just one that defined empty setup() and loop() since it won't finish compiling without it... and using OakSystem.ino does not work... says it can't find libraries and complains about functions not being declared in this scope.
I'm assuming the small size means it does not include config/update modes... probably from not including the correct *.ino in /input.
Is this repo broken?
Thanks.
The text was updated successfully, but these errors were encountered: