index.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <html>
  2. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  3. <script
  4. type="module"
  5. src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module"
  6. ></script>
  7. <body style="
  8. padding: 20px;
  9. padding-left: 60px;
  10. padding-right: 60px;
  11. ">
  12. <table>
  13. <tr>
  14. <td><img src=../images/icon/watermeter.svg style="width: 100px; padding-right: 10px;"></td>
  15. <td><h1>AI-on-the-edge-device</h1><h2>Webinstaller and Console</h2></td>
  16. </tr>
  17. </table>
  18. <hr>
  19. <p>This page provides the Webinstaller and a live USB Console to your AI-on-the-edge-device.<br>
  20. For further information about AI-on-the-edge-device please go to <a href=https://github.com/jomjol/AI-on-the-edge-device>https://github.com/jomjol/AI-on-the-edge-device</a>.</p>
  21. <p>Notes:</p>
  22. <ul>
  23. <li>For the installation, make sure to switch the ESP32 to Bootloader mode!</li>
  24. <li>After the installation, a manual reset might be required!</li>
  25. <li>Please note that not all webbrowsers and operating systems support the needed access to USB!</li>
  26. <li>Check the <a href=https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation>Wiki</a> for additional information.</li>
  27. </ul>
  28. <p><esp-web-install-button manifest="manifest.json"></esp-web-install-button></p>
  29. <hr>
  30. <p style="font-size: small;">Installer and Console powered by <a href=https://esphome.github.io/esp-web-tools/ target=_blank>ESP Web Tools</a></p>
  31. </body>
  32. </html>