index.html 524 B

123456789
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <h1>ESP32CAMMarauder installer</h1>
  5. <script type="module" src="https://unpkg.com/esp-web-tools@3.4.2/dist/web/install-button.js?module"></script>
  6. <a href="https://github.com/eried/ESP32CAMMarauder/blob/master/flipper_companion_app/ESP32CAM_Marauder.fap?raw=true">Copy this FAP file to your Flipper</a>, next reset ESP32CAM while pin IO0 is connected to GND and upload the firmware:
  7. <esp-web-install-button manifest="build/manifest.json"></esp-web-install-button>
  8. </body>
  9. </html>