WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

No value for baseTypeSurveyIn form-radio in index.html #860

@PaulZC

Description

@PaulZC

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions