ardupilot/Tools/AP_Bootloader/Web/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
549 B
HTML
Raw Normal View History

<HTML>
<HEAD>
<TITLE>AP_Bootloader</TITLE>
</HEAD>
<h1>Bootloader</h1>
<table>
<tr><td>Board Type</td><td>{BOARD_NAME}</td></tr>
<tr><td>Board ID</td><td>{BOARD_ID}</td></tr>
<tr><td>Flash Size</td><td>{FLASH_SIZE}</td></tr>
</table>
<h1>Firmware Update</h1>
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Upload" name="submit">
2024-01-16 18:33:40 -04:00
<input type="button" onclick="location.href='/REBOOT';" value="Reboot" />
</form>
</BODY>
</HTML>