From 8a9c6affd644b6d17b9063c29a5a3896b04fa6e6 Mon Sep 17 00:00:00 2001 From: Chipster Date: Tue, 23 Jan 2024 06:44:38 -0600 Subject: [PATCH] Add support for new DVMega.nl EuroNode MMDVM_HS_HAT/Hotspot --- version.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/version.h b/version.h index 4239a85..e13fc39 100644 --- a/version.h +++ b/version.h @@ -46,6 +46,8 @@ #define BOARD_INFO "SkyBridge" #elif defined(LONESTAR_USB) #define BOARD_INFO "LS_USB_STICK" +#elif defined(MMDVM_HS_HAT_DVM_EuroNode) +#define BOARD_INFO "EuroNode" #else #define BOARD_INFO "MMDVM_HS" #endif