Repo Layout - GuruSR/Watchy_GSR GitHub Wiki
Watchy GSR's Repository Layout
This repo's format:
Bin folder contains the current OTA Bin AND Merged Bins for direct upload, that you can use a tool to upload with or an OTA Upgrade capable firmware to install the current OTA Bin to the Watchy.
src folder contains a universal (Arduino & PlatformIO) setup for compilation, instructions on how to get it to compile are in the src folder.
WatchFace Addons contains an EmptyAddOn.h (so you can use it as a template for making your own), an EmptyGameAddOn.h as well as 2 stock Watchy_GSR WatchFaces (Ballsy & LCD).
lib folder contains the BMA423 library which is a copy of the src folder from the original (see the details on the file), which is included here for easier access as the author did not create a release.