We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sprintf(buff, "%d", new_band*10+stack); set_field("#selband", buff);
The value is two digits the first indicates the band and the last the current stack;
{ "#selband", NULL, 1000, -1000, 50, 50, "SELBAND", 40, "", FIELD_NUMBER, FONT_FIELD_VALUE, "", 0,83,1, 0},
<button class="sbitxv3-btn" id="60M" type="submit">60M<span id="S60" class="selband"></span></button>
[tx_band] f_start=5250000 f_stop=5450000 scale=0.0156247
After this I was able to make my first ft8 contact on 60M using the web app :-)
Thanks for adding my code. Lars
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The value is two digits the first indicates the band and the last the current stack;
sbitx_gtx.c line 620 (new max value 83: band select 0-8 stack 0-3)
After this I was able to make my first ft8 contact on 60M using the web app :-)
Thanks for adding my code.
Lars
The text was updated successfully, but these errors were encountered: