index.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  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 <a href="build/ESP32CAM_Marauder.fap">this FAP file</a> to your Flipper (i.e. to <i>apps/GPIO</i> using qFlipper), next reset ESP32CAM with pin <strong>IO0</strong> connected to <strong>GND</strong> and upload the firmware:<br><br>
  27. <esp-web-install-button manifest="build/manifest.json"></esp-web-install-button><p>Enjoy!</p></div>
  28. </div>
  29. </body>
  30. </html>