joelsernamoreno/EvilCrowRF-V2

Defaults for rxconfig

Opened this issue · 0 comments

buttim commented

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>