From 9a505c27fa68ceaaf602c94def5ad9f4a9848467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 1 Feb 2022 15:08:03 +0100 Subject: [PATCH] add missing Config definition for PRIVATE_HW (#1174) --- src/configuration.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/configuration.h b/src/configuration.h index 6f289ef28..321881599 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -199,6 +199,10 @@ along with this program. If not, see . // This string must exactly match the case used in release file names or the android updater won't work #define HW_VENDOR HardwareModel_GENIEBLOCKS +#elif defined(PRIVATE_HW) +// This string must exactly match the case used in release file names or the android updater won't work +#define HW_VENDOR HardwareModel_PRIVATE_HW + #endif #ifdef ARDUINO_NRF52840_PCA10056