updated documentation

This commit is contained in:
Torsten Harenberg
2025-02-27 14:59:09 +01:00
parent 29ae056488
commit 49058adbfd
3 changed files with 23 additions and 11 deletions

View File

@@ -29,10 +29,10 @@ const (
type TCPServer struct {
Protocol chan string
ToPactor *ByteFIFO
FromPactor *ByteFIFO
ToTRX *ByteFIFO
FromTRX *ByteFIFO
ToPactor *ByteFIFO // used for the TUI
FromPactor *ByteFIFO // used for the TUI
ToTRX *ByteFIFO // TRX remote control
FromTRX *ByteFIFO // TRX remove control
VARAMode bool
DaemonMode bool
GPSdMode bool