Dont display speedometer on F7

This commit is contained in:
hydrant
2018-10-31 19:42:11 +01:00
parent e5be3783f6
commit 6f3b4eaac3
3 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,8 @@
*/
let globalData = {
InTuning: false
InTuning: false,
HideGui: false
};
require('./CharCreator/index.js');