This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
cartreader
Watch
2
Star
0
Fork
0
You've already forked cartreader
mirror of
https://github.com/sanni/cartreader.git
synced
2024-11-13 08:25:05 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
017da53f42
cartreader
/
sd
/
config.txt
7 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added ability to use config file for some options. A sample `config.txt` is in the SD folder. Currently the option is disabled by default and must be enabled. Also: * Eliminated the 5V spike at boot when VSELECT is installed and enabled. See discussion #906 * Fixed a warning in `MD.ino` * Did some code cleanup, more cleanup to come.
2024-02-29 23:52:04 +01:00
oscr.logging=1
lcd.confColor=0
lcd.red=0
lcd.green=100
lcd.blue=0
Code optimization, cleanup, and stylization * Reduced PROGMEM / DRAM usage slightly (Using defaults w/HW5: Before -> 214,668 bytes / 5,757 bytes; After -> 213,414 bytes / 5,751 bytes) * Optimized some menu options and calls * Added more string constants and implemented them where found. * Fixed some stylization * Constants should always be uppercase. * Features should use the `ENABLE_<feature name>` format. * Options for features should use the `OPTION_<feature name>_<option name>` format. * Added ENUMs for more clarity and better type checking. * Moved some defines over to `constexpr` and `const` types. These are preferred over preprocessor constants when not intended for use with `#if` and other preprocessor language.
2024-03-02 17:26:35 +01:00
md.saveType=0
Reference in New Issue
Copy Permalink