From a67e5877695e47e96da736a33eff0cc9c56bbe2a Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 6 Jul 2023 15:14:52 +0200 Subject: [PATCH] Activate download of printer templates --- update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.cpp b/update.cpp index c3ace0f..a163e97 100644 --- a/update.cpp +++ b/update.cpp @@ -29,7 +29,7 @@ #define UPDATE_OPKG (1) #define UPDATE_DC (1) -#define UPDATE_PRINTER_TEMPLATES (0) +#define UPDATE_PRINTER_TEMPLATES (1) #define UPDATE_CASH_TEMPLATE (0) #define UPDATE_CONF_TEMPLATE (0) #define UPDATE_DEVICE_TEMPLATE (0)