Default value - OwnshipModeS as string.

pull/80/head
Christopher Young 2015-10-09 20:07:28 -04:00
rodzic a58fc63efb
commit 0d0e3b8216
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -709,7 +709,7 @@ func defaultSettings() {
globalSettings.AHRS_Enabled = false
globalSettings.DEBUG = false
globalSettings.ReplayLog = false //TODO: 'true' for debug builds.
globalSettings.OwnshipModeS = 0xF00000
globalSettings.OwnshipModeS = "F00000"
}
func readSettings() {