This commit is contained in:
CaCO3
2023-02-22 00:51:50 +01:00
parent f1edaafb34
commit 4e1b616a54

View File

@@ -9,9 +9,7 @@ import configparser
import urllib.request
# 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"
configFileUrl = "https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/rolling/sd-card/config/config.ini"
parameterDocsFolder = "parameter-pages"
parameterTemplateFile = "./templates/parameter.md"