From a96596950aeab41e7aa38a17507baf28499229f8 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Mon, 20 Feb 2023 23:14:26 +0100 Subject: [PATCH] . --- param-docs/generate-param-doc-pages.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/param-docs/generate-param-doc-pages.py b/param-docs/generate-param-doc-pages.py index 73daa01..d357d7a 100644 --- a/param-docs/generate-param-doc-pages.py +++ b/param-docs/generate-param-doc-pages.py @@ -9,7 +9,9 @@ import configparser import urllib.request -configFileUrl = "https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/rolling/sd-card/config/config.ini" +# TODO undo after merging https://github.com/jomjol/AI-on-the-edge-device/pull/2023 +#configFileUrl = "https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/rolling/sd-card/config/config.ini" +configFileUrl = "https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/migrate-parameters2-to-v14.1-branch/sd-card/config/config.ini" parameterDocsFolder = "parameter-pages" parameterTemplateFile = "./templates/parameter.md"