From 035a25baabacf178fe732d52415678fc859efcf3 Mon Sep 17 00:00:00 2001
From: Robin Mueller <robin.mueller.m@gmail.com>
Date: Wed, 2 Dec 2020 22:42:55 +0100
Subject: [PATCH] info in readme about configuration json

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 46766bd..d915114 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,9 @@ to have a starting point. PyCharm also provided the option
 of remote deployment, which allows TMTC testing with remote
 setups (e.g. flatsat setup in a cleanroom).
 
+Some configuration constants might be stored in a JSON file in the
+config folder. To reset the configuration, delete the JSON file.
+
 ### Command line mode
 The script can be used by specifying command line parameters.
 Please run this script with the -h flag or without any command line parameters to 
-- 
GitLab