diff --git a/src/modules/nanodlp/config b/src/modules/nanodlp/config index 61ea30c..ae93014 100644 --- a/src/modules/nanodlp/config +++ b/src/modules/nanodlp/config @@ -1,6 +1,6 @@ #!/bin/bash -[ -n "$NANODLP_VERSION" ] || NANODLP_VERSION="8647" +[ -n "$NANODLP_VERSION" ] || NANODLP_VERSION="8883" [ -n "$NANODLP_BUILD" ] || NANODLP_BUILD="arm.rpi" [ -n "$NANODLP_DISTRO" ] || NANODLP_DISTRO="generic" diff --git a/src/variants/nanodlp-based/config b/src/variants/nanodlp-based/config index b5fca96..0dbe3fe 100644 --- a/src/variants/nanodlp-based/config +++ b/src/variants/nanodlp-based/config @@ -1 +1,2 @@ -export MODULES="base(pkgupgrade,network,klipper,nanodlp,prometheus_config,openocd,user_rename)" \ No newline at end of file +export MODULES="base(pkgupgrade,network,klipper,nanodlp,prometheus_config,openocd,user_rename)" +export PROMETHEUS_CONFIG_REPO_BRANCH="nanodlp_update" \ No newline at end of file