finished making Macropad OS 1.0

This commit is contained in:
Lucas
2022-05-07 19:11:52 -04:00
parent 3afba8d096
commit f627501436
9 changed files with 233 additions and 108 deletions
-1
View File
@@ -33,7 +33,6 @@ class AppRouter(object):
if self.current_app.state is AppState.PAUSED:
print("Starting new app")
self.current_app.resume()
print(time.monotonic_ns())
def start(self):
self.current_app.start()