|
|
@@ -1,9 +1,34 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
+<header>
|
|
|
+<title>ESP32CAMMarauder installer</title>
|
|
|
+</header>
|
|
|
<body>
|
|
|
<h1>ESP32CAMMarauder installer</h1>
|
|
|
<script type="module" src="https://unpkg.com/esp-web-tools@3.4.2/dist/web/install-button.js?module"></script>
|
|
|
- <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:
|
|
|
- <esp-web-install-button manifest="build/manifest.json"></esp-web-install-button>
|
|
|
+<style>
|
|
|
+ .container {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+ .left-div {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .right-div {
|
|
|
+ width: 100%;
|
|
|
+ margin: 20px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+
|
|
|
+<div class="container">
|
|
|
+
|
|
|
+ <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>
|
|
|
+ </div>
|
|
|
+
|
|
|
+<div class="right-div">Copy <a href="build/ESP32CAM_Marauder.fap">this FAP file</a> to your Flipper, next reset ESP32CAM with pin <strong>IO0</strong> connected to <strong>GND</strong> and upload the firmware:<br><br>
|
|
|
+ <esp-web-install-button manifest="build/manifest.json"></esp-web-install-button></div>
|
|
|
+
|
|
|
+</div>
|
|
|
</body>
|
|
|
</html>
|