This branch began as a fix for some functions that expect their arguments (callsigns and grid squares) to be uppercase, else they produce incorrect results using the recently added _SEND command for debugging.
However, while working on the fix for the PTT stuck bug fixed by Pull Request #25, I identified several other issues that needed correcting, so I included them in this branch. Some of the issues include:
Improve the options for selecting bandwidths for ConReq and ConAck from _SEND.
Fix reporting of Quality from PingAck frames in RXO ProtocolMode.
Increase the length of the scrollback command history buffer in the Webgui's Developer Mode.
Adjusting the Webgui constellation plotting command to accommodate the larger amount of data produced by 4FSK.2000.600 modes.
Reduce the size of the static strings for the html and js files served by Webgui by not including so much whitespace.
Correct a bug that was preventing correct counting of total RS corrections for PSK and QAM modes, and including this info with log messages about decode quality.
This branch began as a fix for some functions that expect their arguments (callsigns and grid squares) to be uppercase, else they produce incorrect results using the recently added _SEND command for debugging.
However, while working on the fix for the PTT stuck bug fixed by Pull Request #25, I identified several other issues that needed correcting, so I included them in this branch. Some of the issues include: