Skip to content

Commit

Permalink
Option to update device time automatically. And always fix it if time…
Browse files Browse the repository at this point in the history
… has obviously never been set
  • Loading branch information
gfwilliams committed Oct 27, 2021
1 parent 762b1e6 commit 641cd01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core
Submodule core updated 2 files
+3 −2 js/comms.js
+12 −1 js/index.js
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ <h3>Settings</h3>
<input type="checkbox" id="settings-pretokenise">
<i class="form-icon"></i> Pretokenise apps before upload (smaller, faster apps)
</label>
<label class="form-switch">
<input type="checkbox" id="settings-settime">
<i class="form-icon"></i> Always update time when we connect
</label>
<button class="btn" id="defaultsettings">Default settings</button>
</div>
</div>
Expand Down

0 comments on commit 641cd01

Please sign in to comment.