From 83ac19d6f4c7cff4d7dfb54d604a73773a229dee Mon Sep 17 00:00:00 2001 From: krakenrf <78108016+krakenrf@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:48:51 +1300 Subject: Updated 12. Appendix (markdown) --- 12.-Appendix.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/12.-Appendix.md b/12.-Appendix.md index e2b09c7..85dc08f 100644 --- a/12.-Appendix.md +++ b/12.-Appendix.md @@ -83,12 +83,14 @@ The output format CSV ordering is as follows: If multiple VFO channels are used, each channel will output it's own unique CSV data from 1-377 separated by a newline character "\n". ## Changing Settings Programmatically -In the `~/krakensdr_doa/krakensdr_doa` folder there is a file called `settings.json` where the current settings in the Web GUI are stored, including settings like the center frequency and gain. +In the `~/krakensdr_doa/krakensdr_doa/_share` folder there is a file called `settings.json` where the current settings in the Web GUI are stored, including settings like the center frequency and gain. An external piece of software can edit this file, and the software will automatically update it's settings to those specified once the file is changed. It is up to you the programmer to ensure that the inputs are valid. Entering incorrect values may crash the software. +If you expect the Web GUI to be open and want the KrakenSDR Web GUI to automatically update when you make a change to the file, you will need to set the "ext_upd_flag" value to "true". It will automatically be written as false once the KrakenSDR web UI has been updated. + # Tested Devices ## Working -- cgit v1.2.3