Run on boot
This commit is contained in:
4
app.py
4
app.py
@@ -276,7 +276,3 @@ class App:
|
|||||||
self.__manageScreen()
|
self.__manageScreen()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
machine.reset()
|
machine.reset()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
app = App()
|
|
||||||
app.run()
|
|
||||||
Reference in New Issue
Block a user