From 601e82991bca6cf4cc8915104a17134c047999bb Mon Sep 17 00:00:00 2001 From: "Dennis Real (DL9CAT)" Date: Thu, 3 Oct 2019 19:42:33 +0200 Subject: [PATCH] feat: owner name --- NANOVNA_STM32_F072/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NANOVNA_STM32_F072/board.h b/NANOVNA_STM32_F072/board.h index 6c6226d..06b5c60 100644 --- a/NANOVNA_STM32_F072/board.h +++ b/NANOVNA_STM32_F072/board.h @@ -26,7 +26,7 @@ */ #define BOARD_NANOVNA_STM32_F072 #define BOARD_NAME "NanoVNA" -#define USER_CALL "DV2JBs" +#define USER_CALL "My" /* add your name here */ /* * Board frequencies. */