From c1940c112b7091db2055745e197766e91b3813fd Mon Sep 17 00:00:00 2001 From: Mark Thompson <129641948+NotherNgineer@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:20:17 -0500 Subject: [PATCH] Added note regarding App Settings in 1.8.0 --- Settings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Settings.md b/Settings.md index e9faba0..7c24a6d 100644 --- a/Settings.md +++ b/Settings.md @@ -19,7 +19,8 @@ This provides an app for the calibration of the screen and alignment by followin You have to keep pressed for at least a second on each target for the app to guess the touch area correctly and show next target on release. ## App Settings -Allow to specify if you want to load / save application settings at app start/end. App settings are saved in the /SETTINGS folder. +Settings for each app are saved in corresponding .ini files in the /SETTINGS folder to maintain persistence. An updated .ini file is saved whenever the app is closed. To reset an app to default settings, the corresponding .ini file may be safely deleted and a new file will be created automatically when the app is subsequently executed. For debug purposes, note that some additional configuration settings may be found in the .ini file that are not configurable in the app itself. +Note: In firmware versions prior to 1.8.0, apps only use the .ini settings file if the following configuration settings are enabled (in 1.8.0+ this is the default behavior and this settings screen will not appear): * Load app settings * Save app settings ## Converter