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
It is quite uncomfortable to have to input all the data every time (especially by phone). I suggest putting some defaults in the HTML. As an example:
<select name="mod" form="config" id="styledSelect1"> <option value="0">2-FSK</option> <option value="2" selected="selected">ASK/OOK</option> </select> </label> <hr> <p>Frequency: </p><textarea class="css-input-text" form="config" rows="1" cols="50" name="frequency">433.92</textarea> <hr> <p>RxBW: </p><textarea class="css-input-text" form="config" rows="1" cols="50" name="setrxbw">58</textarea> <hr> <p>Deviation: </p><textarea class="css-input-text" form="config" rows="1" cols="50" name="deviation">0</textarea> <hr> <p>Data Rate: </p><textarea class="css-input-text" form="config" rows="1" cols="50" name="datarate">5</textarea>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is quite uncomfortable to have to input all the data every time (especially by phone). I suggest putting some defaults in the HTML.
As an example:
The text was updated successfully, but these errors were encountered: