mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
changed default settings:
- enable sd-card debug logging - disable checking for update automatically
This commit is contained in:
parent
587e68a5b7
commit
f65caf5805
@ -173,11 +173,11 @@ DefaultOptions()
|
||||
Options.apps = 4;
|
||||
Options.quick_start = 0;
|
||||
Options.show_all = 1;
|
||||
Options.sdgecko = 0;
|
||||
Options.sdgecko = 1;
|
||||
Options.navigation = 0;
|
||||
Options.temp_network = 0;
|
||||
Options.temp_wifigecko = 0;
|
||||
Options.temp_newrevtext = 1;
|
||||
Options.temp_newrevtext = 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user