afarhan / sbitx

168 stars 58 forks source link

Correct displayed commands #96

Closed plainpylut closed 5 months ago

plainpylut commented 5 months ago

When the sBitX code starts; it displays the incorrect commands for initializing mycallsign and mygrid. The following files need to be updated:

sbitx_gtk.c Line 4565: Change \callsign to \mycallsign Line 4566: Change \grid to \mygrid

commands.txt Line 2: Change \callsign to \mycallsign Line 4: Change \grid to \mygrid Line 6: Change locationi. to location.

plainpylut commented 5 months ago

Update the specified files with the identified changes.