From 420ab779b739ee4d8dc88ea4c4bfe446297de7ca Mon Sep 17 00:00:00 2001 From: Ada Phillips Date: Fri, 14 Jun 2024 14:43:54 -0400 Subject: [PATCH] nanodlp: Update to version 8883 and config --- src/modules/nanodlp/config | 2 +- src/variants/nanodlp-based/config | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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