mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-06 07:12:08 +01:00
Update CWIdTX.cpp
Add "." to CWId - copied from G4KLX's commit - bd16d13531
This commit is contained in:
parent
af1537dcdc
commit
414ea06098
|
|
@ -78,6 +78,7 @@ const struct {
|
|||
{',', 0xEEAEE000U, 22U},
|
||||
{'-', 0xEAAE0000U, 18U},
|
||||
{'=', 0xEAB80000U, 16U},
|
||||
{'.', 0xBAEB8000U, 20U},
|
||||
{' ', 0x00000000U, 4U},
|
||||
{0U, 0x00000000U, 0U}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue