From ffb1c4c166328350b9ead48f189c1ce8b81d653d Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Wed, 8 Apr 2020 01:03:55 +0200
Subject: [PATCH] doc(config): Add default_app option to documentation

---
 Documentation/card10-cfg.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/card10-cfg.rst b/Documentation/card10-cfg.rst
index 3b3fdf7ab..8ad094c0e 100644
--- a/Documentation/card10-cfg.rst
+++ b/Documentation/card10-cfg.rst
@@ -40,4 +40,6 @@ Option name     Type       Description
 ``execute_elf`` Boolean    Allow running of binary :ref:`l0dables`. These files can be nefarious, so this option is off by default.
 --------------- ---------- -----------
 ``timezone``    String     Timezone for card10; must be of format ``[+-]HHMM``.  Examples: ``+0800``, ``-0200``
+--------------- ---------- -----------
+``default_app`` String     Full path to the exectutable file of the default application. If this option is not set,``apps/analog_clock/__init__.py`` is used.
 =============== ========== ===========
-- 
GitLab