diff options
author | Ancyker <[email protected]> | 2024-02-29 17:52:04 -0500 |
---|---|---|
committer | Ancyker <[email protected]> | 2024-02-29 17:52:04 -0500 |
commit | 3468703a51846cbb668f1efc020728d85fd9b76b (patch) | |
tree | 60786f9b573748646e2b3c1bd8088f508dd695ee /sd/config.txt | |
parent | 35eca2a9f4ba1f096986f0d5246e43372c1f169a (diff) | |
download | cartreader-3468703a51846cbb668f1efc020728d85fd9b76b.tar.gz cartreader-3468703a51846cbb668f1efc020728d85fd9b76b.zip |
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.
Diffstat (limited to 'sd/config.txt')
-rw-r--r-- | sd/config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/config.txt b/sd/config.txt new file mode 100644 index 0000000..30fcf4c --- /dev/null +++ b/sd/config.txt @@ -0,0 +1,6 @@ +oscr.logging=1 +lcd.confColor=0 +lcd.red=0 +lcd.green=100 +lcd.blue=0 +md.sramType=0 |