MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Feed.py wasn't sending spaces as part of the text. #301

Closed AESilky closed 6 months ago

AESilky commented 6 months ago

In the update for including the text character data along with the code data, spaces weren't being sent due to a test for empty code data (a space has no code data). Removed that test to allow text spaces to be accumulated. They are sent with the next non-space character.