Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SalamunKawlam committed Jan 7, 2025
1 parent ba0fe52 commit 9cbf4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h1 class="heading">Sentinel Companion Webflasher</h1>
<div class="segment-picker" id="segment-picker">
<input type="radio" id="rfid-rtc" name="firmware" value="firmware/rfid_rtc.json" checked>
<label for="rfid-rtc">RFID Scanner (RTC)</label>
<input type="radio" id="rfid" name="firmware" value="firmware/rfid.json" checked>
<input type="radio" id="rfid" name="firmware" value="firmware/rfid.json">
<label for="rfid">RFID Scanner</label>
<input type="radio" id="proximity" name="firmware" value="firmware/proximity.json">
<label for="proximity">Proximity Scanner</label>
Expand Down

0 comments on commit 9cbf4e0

Please sign in to comment.