move system functions to watch2 class #5
Labels
long term todo
major updates that will be done at some point, but will break everything
os
pertaining to the watch 2 system
Milestone
at the moment, all the system functions are defined in one file (watch2.ino), and things are specifically targeted to the esp32. at some point, the functions should be moved to a class system.
for example:
switchState()
when compiling the watch firmware, the user can change what class is instantiated (by changing one line of code) to target different systems
The text was updated successfully, but these errors were encountered: