Erwin Ried před 2 roky
rodič
revize
684fd73076
1 změnil soubory, kde provedl 6 přidání a 5 odebrání
  1. 6 5
      docs/webinstaller/index.html

+ 6 - 5
docs/webinstaller/index.html

@@ -5,6 +5,7 @@
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 </header>
 <body style="margin:2%;padding:1%">
     <h1>Flipper Zero Mayhem installer</h1>
@@ -26,11 +27,11 @@
 
 <div class="container">
   
-<div class="left-div">Copy the following apps (<a href="https://github.com/eried/flipperzero-mayhem/tree/master/flipper_companion_apps">compiled</a> for <a href="https://lab.flipper.net/?url=https://unleashedflip.com/fw_extra_apps/flipper-z-f7-update-unlshd-030e.tgz&channel=release-cfw&version=unlshd-030e">unleashed</a>) to your Flipper (i.e. to <i>apps/GPIO</i> using <a href="https://github.com/flipperdevices/qFlipper">qFlipper</a>):<ul>
-<li><a href="build/ESP32CAM_Marauder.fap">ESP32CAM_Marauder.fap</a></li>
-<li><a href="build/ESP32CAM_Camera.fap">ESP32CAM_Camera.fap</a></li>
-<li><a href="build/ESP32CAM_Motion.fap">ESP32CAM_Motion.fap</a></li>
-<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. For more details on the apps check <a href="https://www.youtube.com/watch?v=F9Zp6oM2KYs">this</a> video, or take a look of the <a href="https://github.com/eried/flipperzero-mayhem/wiki">documentation</a>.<br><br><strong>Note 1:</strong> If you are using your Flipper to upload the firmware, remember to go to GPIO/USB-UART Bridge. After the upload, reset the ESP32 (or unplug/replug the module).<br><br><strong>Note 2:</strong> If you do not see the Install button below, your browser might not support this functionality.<br><br>
+<div class="left-div">Copy the <a href="https://github.com/eried/flipperzero-mayhem/tree/master/docs/webinstaller/faps"> <i class="fa fa-download"></i> following apps</a> to your Flipper (i.e. to <i>apps/GPIO</i> using <a href="https://github.com/flipperdevices/qFlipper">qFlipper</a>) using the version that correspond to your firmware (or <a href="https://github.com/eried/flipperzero-mayhem/wiki/Compilation-of-the-faps">compiling</a> your own version):<ul>
+<li>ESP32CAM_Marauder.fap</li>
+<li>ESP32CAM_Camera.fap</li>
+<li>ESP32CAM_Motion.fap</li>
+<li>ESP32CAM_QRcode.fap</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. For more details on the apps check <a href="https://www.youtube.com/watch?v=F9Zp6oM2KYs">this</a> video, or take a look of the <a href="https://github.com/eried/flipperzero-mayhem/wiki">documentation</a>.<br><br><strong>Note 1:</strong> If you are using your Flipper to upload the firmware, remember to go to GPIO/USB-UART Bridge. After the upload, reset the ESP32 (or unplug/replug the module).<br><br><strong>Note 2:</strong> If you do not see the Install button below, your browser might not support this functionality.<br><br>
     <esp-web-install-button manifest="build/manifest.json"></esp-web-install-button>
 <p>Enjoy!</p></div>