2021-02-10 20:19:25 +00:00
|
|
|
|
|
|
|
# CHANGELOG
|
2021-02-22 10:29:33 +00:00
|
|
|
|
2021-02-26 09:26:04 +00:00
|
|
|
- 20210226 Fixed minor bug where flock did not stop double-clicking on the
|
|
|
|
spectrum.
|
|
|
|
|
|
|
|
S-meter ballistics:
|
|
|
|
Turned up the speed. Once you see fast meters, there's no going back.
|
|
|
|
Tested at 5ms without any issues, comitting at 10ms for now. Note that
|
|
|
|
50ms in the first 'fixed' meter code is the same as 25ms now due to how
|
|
|
|
the command queue is structured. So 10ms is only a bit faster than
|
|
|
|
before.
|
|
|
|
Fixed meter polling issue
|
|
|
|
|
2021-02-24 16:33:36 +00:00
|
|
|
- 20210224 fixed 785x lockup
|
2021-02-24 22:58:38 +00:00
|
|
|
Added scale and dampening/averaging to s-meter
|
2021-02-24 16:33:36 +00:00
|
|
|
|
2021-02-22 10:29:33 +00:00
|
|
|
- 20210222 f-lock works now
|
|
|
|
|
2021-02-21 12:59:49 +00:00
|
|
|
- 20210221 added working s-meter
|
|
|
|
added working power meter
|
|
|
|
added visual studio 2019 solution (windows builds)
|
|
|
|
changed packet handling, WIP
|
|
|
|
rigtype stays in view on status bar
|
|
|
|
added audio input gain slider
|
2021-02-10 20:19:25 +00:00
|
|
|
|
2021-02-18 18:27:35 +00:00
|
|
|
- 20210218
|
|
|
|
added SQ slider
|
|
|
|
added TX power slider
|
|
|
|
added TX button
|
|
|
|
added simplex/duplex/auto shifts
|
|
|
|
added debug logging
|
|
|
|
added TX and RX codec selections
|
|
|
|
added RX audio buffer size slider
|
|
|
|
started adding server setup
|
|
|
|
|
|
|
|
|
2021-02-10 20:19:25 +00:00
|
|
|
- 20210210 added control over LAN for rigs that support it
|
|
|
|
has been tested on the 705, 7610, 785x, 9700.
|
|
|
|
should work on 7700, 7800, other rigs.
|
|
|
|
added different sampling rates for rx
|
|
|
|
added different codecs
|
|
|
|
added scope data for 7610, 785x.
|
|
|
|
several cosmetic changes in the UI
|
|
|
|
fixed a slew of bugs
|
|
|
|
builds on MAC-OS, Linux, Windows
|
|
|
|
added ToFixed
|
|
|
|
implemented connect/disconnect rig
|
|
|
|
improved USB serial code
|
|
|
|
fixed memory leak
|
|
|
|
redesigned rx audio path for better performance
|
|
|
|
added round trip time for network connected devices
|
|
|
|
added detection code of rigtype
|
|
|
|
automatic detection of CIV control address
|
|
|
|
added logfile capability
|
2021-02-10 20:33:20 +00:00
|
|
|
works on a raspberry pi (USB and ethernet)
|
2021-02-10 20:19:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|