index.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <header>
  4. <title>ESP32CAMMarauder installer</title>
  5. </header>
  6. <body>
  7. <h1>ESP32CAMMarauder installer</h1>
  8. <script type="module" src="https://unpkg.com/esp-web-tools@3.4.2/dist/web/install-button.js?module"></script>
  9. <style>
  10. .container {
  11. display: flex;
  12. justify-content: space-between;
  13. }
  14. .left-div {
  15. text-align: left;
  16. }
  17. .right-div {
  18. width: 100%;
  19. margin: 20px;
  20. text-align: left;
  21. }
  22. </style>
  23. <div class="container">
  24. <div class="left-div"><blockquote class="tiktok-embed" cite="https://www.tiktok.com/@erwinried/video/7194596683051764998" data-video-id="7194596683051764998" style="max-width: 605px;min-width: 325px;" > <section> <a target="_blank" title="@erwinried" href="https://www.tiktok.com/@erwinried?refer=embed">@erwinried</a> <a title="flipper" target="_blank" href="https://www.tiktok.com/tag/flipper?refer=embed">#flipper</a> <a title="flipperzero" target="_blank" href="https://www.tiktok.com/tag/flipperzero?refer=embed">#flipperzero</a> <a title="esp32" target="_blank" href="https://www.tiktok.com/tag/esp32?refer=embed">#esp32</a> <a target="_blank" title="? original sound - Erwin Ried" href="https://www.tiktok.com/music/original-sound-7194596679625001734?refer=embed">? original sound - Erwin Ried</a> </section> </blockquote> <script async src="https://www.tiktok.com/embed.js"></script>
  25. </div>
  26. <div class="right-div">Copy the following apps to your Flipper (i.e. to <i>apps/GPIO</i> using <a href="https://github.com/flipperdevices/qFlipper">qFlipper</a>):<ul>
  27. <li><a href="build/ESP32CAM_Marauder.fap">ESP32CAM_Marauder.fap</a></li>
  28. <li><a href="build/ESP32CAM_Camera.fap">ESP32CAM_Camera.fap</a></li>
  29. <li><a href="build/ESP32CAM_QRcode.fap">ESP32CAM_QRcode.fap</a></li></ul>Next, while holding pin <strong>IO0</strong> connected to <strong>GND</strong>, press reset on the ESP32CAM and upload the firmware pressing Install.<br><br><strong>Note 1:</strong> If you are using your Flipper to upload the firmware, remember to go to GPIO/USB-UART Bridge.<br><br><strong>Note 2:</strong> If you do not see the Install button below, your browser might not support this functionality.<br><br>
  30. <esp-web-install-button manifest="build/manifest.json"></esp-web-install-button><p>Enjoy!</p></div>
  31. </div>
  32. </body>
  33. </html>