diff options
| author | Private Island Networks <opensource@privateisland.tech> | 2026-08-29 21:23:14 -0400 |
|---|---|---|
| committer | Private Island Networks <opensource@privateisland.tech> | 2026-08-29 21:23:14 -0400 |
| commit | 62cdafb5b5f61a3f4f10b8f578b8386463474343 (patch) | |
| tree | 7717a9d4630003ee57989b0173fd832e4dd2ceb7 /templates/controller.html | |
| parent | d3fba38214ffc204fb02afdc74657b95c2722bfe (diff) | |
Diffstat (limited to 'templates/controller.html')
| -rw-r--r-- | templates/controller.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/controller.html b/templates/controller.html index cac36e2..88f4806 100644 --- a/templates/controller.html +++ b/templates/controller.html @@ -18,6 +18,13 @@ <input type="text" placeholder="token" id="cont_token" name="token"> </p> + <p><select class="pi-div-sel"> + <option value="0x0">FW Version</option> + <option value="0x10">FW Increment</option> + <option value="0x10">GPIO Direction</option> + <option value="0x10">GPIO Value</option> + </select> + <p> <input type="text" placeholder="address" id="cont_addr" name="address"> </p> |

