mirror of https://github.com/g4klx/MMDVM.git
Add a couple of extra CW characters.
This commit is contained in:
parent
016ed333ec
commit
9cf91ddc7f
|
@ -77,6 +77,8 @@ const struct {
|
||||||
{'/', 0xEAE80000U, 16U},
|
{'/', 0xEAE80000U, 16U},
|
||||||
{'?', 0xAEEA0000U, 18U},
|
{'?', 0xAEEA0000U, 18U},
|
||||||
{',', 0xEEAEE000U, 22U},
|
{',', 0xEEAEE000U, 22U},
|
||||||
|
{'-', 0xEAAE0000U, 18U},
|
||||||
|
{'=', 0xEAB80000U, 16U},
|
||||||
{' ', 0x00000000U, 4U},
|
{' ', 0x00000000U, 4U},
|
||||||
{0U, 0x00000000U, 0U}
|
{0U, 0x00000000U, 0U}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue