Erwin Ried 3 лет назад
Родитель
Сommit
ef0e0b15ee
3 измененных файлов с 29 добавлено и 4 удалено
  1. 2 2
      docs/index.html
  2. BIN
      docs/webinstaller/build/ESP32CAM_Marauder.fap
  3. 27 2
      docs/webinstaller/index.html

+ 2 - 2
docs/index.html

@@ -1,6 +1,6 @@
 <head>
-  <meta http-equiv="refresh" content="0; URL=https://github.com/eried/ESP32Marauder/" />
+  <meta http-equiv="refresh" content="5; URL=https://github.com/eried/ESP32Marauder/" />
 </head>
 <body>
-  <p>If you are not redirected, <a href="https://github.com/eried/ESP32Marauder/">click here</a>.</p>
+  <p>If you want to flash your ESP32CAM <a href="webinstaller/">click here</a>, otherwise wait or <a href="https://github.com/eried/ESP32Marauder/">click here</a> for going to the repo.</p>
 </body>

BIN
flipper_companion_app/ESP32CAM_Marauder.fap → docs/webinstaller/build/ESP32CAM_Marauder.fap


+ 27 - 2
docs/webinstaller/index.html

@@ -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>