From 9cf91ddc7ff0a05001bb2eafecf2c02fb8a58adf Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 10 Apr 2017 17:52:12 +0100 Subject: [PATCH] Add a couple of extra CW characters. --- CWIdTX.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CWIdTX.cpp b/CWIdTX.cpp index 0613772..2e8b7a6 100644 --- a/CWIdTX.cpp +++ b/CWIdTX.cpp @@ -77,6 +77,8 @@ const struct { {'/', 0xEAE80000U, 16U}, {'?', 0xAEEA0000U, 18U}, {',', 0xEEAEE000U, 22U}, + {'-', 0xEAAE0000U, 18U}, + {'=', 0xEAB80000U, 16U}, {' ', 0x00000000U, 4U}, {0U, 0x00000000U, 0U} };