fix windows compat and some bugs

This commit is contained in:
2017-12-16 11:06:29 +01:00
parent 56a935cdd0
commit 62096da6e6
8 changed files with 28 additions and 4 deletions
+3 -1
View File
@@ -5,14 +5,16 @@
#include "platform.h"
#include "utils/str_utils.h"
#include "system_settings.h"
#include "platform/lock_jumper.h"
struct system_settings SystemSettings;
void systemsettings_init(void)
{
SystemSettings.visible_vcom = true;
SystemSettings.editable = false; // This will be loaded in platform init based on the LOCK pin
SystemSettings.modified = false;
LockJumper_ReadHardware();
}
// to binary