This pull request should fix issue #102
(I am new to "pull requests" but I hope this is usable. My llhdev branch is based on afarhandev)
Quoted from issue #102:
1) The buff argument to set_field in sbitx_gtx.c line 4252 needs to be set:
The value is two digits the first indicates the band and the last the current stack;
2) Due to the added 60M band the #selband "command" must have it max value increased.
sbitx_gtx.c line 620 (new max value 83: band select 0-8 stack 0-3)
This pull request should fix issue #102 (I am new to "pull requests" but I hope this is usable. My llhdev branch is based on afarhandev) Quoted from issue #102:
1) The buff argument to set_field in sbitx_gtx.c line 4252 needs to be set:
The value is two digits the first indicates the band and the last the current stack;
2) Due to the added 60M band the #selband "command" must have it max value increased. sbitx_gtx.c line 620 (new max value 83: band select 0-8 stack 0-3)
3) The 60M band needs to be added in index.html line 78
4) I had to add the 60M band to the hw_settings.ini. Something like
After this I was able to make my first ft8 contact on 60M using the web app :-)