KaiserEngineering / digitaldash

Code to generate the GUI for the KE DIgital Dash
13 stars 3 forks source link

Reboot Function #15

Open AuRoN89 opened 1 month ago

AuRoN89 commented 1 month ago

Added Reboot Functionality from webapp Enabled Debug Page by default Managed case where logs are disabled (missing). Changed Kivy dep to version 2.2.0 to allow Python 3.11 usage. (should be fine with 3.12 too but i haven't tested it)

AuRoN89 commented 1 month ago

i cannot fucking understand why every PR i do it include all the previous commits, even with different branches, pfffff

craigkai commented 1 month ago

i cannot fucking understand why every PR i do it include all the previous commits, even with different branches, pfffff

Yeah all these PRs have so many changes haha. I am guessing you're branching off of your existing PR branch when creating the new one? It should be easy to cherry-pick your changes and have the PRs be much more manageable. We can also PR against 2.0.0 and stage a release from there.