Merge pull request #159 from SeannyM/enable_log

Add support for disabling log from settings
This commit is contained in:
Tony Wasserka
2014-11-15 12:42:08 +01:00
8 changed files with 37 additions and 0 deletions

View File

@ -32,6 +32,8 @@ struct Values {
// Data Storage
bool use_virtual_sd;
bool enable_log;
} extern values;
}