-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Inspired by #859 , I was just taking a look at similar lines in index.html
I found this:
| <input type="radio" id="baseTypeSurveyIn" name="baseType" class="form-radio" checked> |
It is paired with this:
| <input type="radio" id="baseTypeFixed" name="baseType" value="1" class="form-radio"> |
So, I think line 594 needs value="0" ? And I'm not sure if the checked should be there or not?
This came from RTK Firmware. The setting is settings.fixedBase (bool). It gets converted into ```baseTypeSurveyIn" and "baseTypeFixed" for the web config.
Actually, maybe it doesn't matter what value it has. It's checked vs. unchecked which gets reported.
Metadata
Metadata
Assignees
Labels
No labels