Skip to content

Commit

Permalink
Update to GoldHEN v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeps4 committed Dec 27, 2022
1 parent 686d7ea commit 3eb6e8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions ESP32_Server_900u/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,10 @@
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Menu Loaded!!!</h1>";
}

function load_goldhen224(){
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Loading GoldHEN V2.2.4 Please wait!!!</h1>";
LoadedMSG="GoldHEN V2.2.4 Loaded";
PLfile = "pl_goldhen224.bin";
loadPayloadData();
}

function load_goldhen225b8(){
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Loading GoldHEN V2.2.5b8 Please wait!!!</h1>";
LoadedMSG="GoldHEN V2.2.5b8 Loaded";
PLfile = "pl_goldhen225b8.bin";
function load_goldhen23(){
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Loading GoldHEN V2.3 Please wait!!!</h1>";
LoadedMSG="GoldHEN V2.3 Loaded";
PLfile = "pl_goldhen23.bin";
loadPayloadData();
}

Expand Down Expand Up @@ -554,8 +547,7 @@ <h1 id=msgs style='font-size:25px;text-align:center;color:white'>Kameleon 900FW
<button class="btnkme" onMouseOver="msgs.innerHTML='Receives .Bin payloads on port 9021 via NetCat'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_binserver9021(); return false">Binloader-9021</button>
<br>
<div style=font-size:16px>GOLDHEN</div>
<button class="btnkme" onMouseOver="msgs.innerHTML='GoldHEN v2.2.5b8 (Latest) - By SiSTRo'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_goldhen225b8(); return false">GoldHEN V2.2.5b8 (Latest)</button>
<button class="btnkme" onMouseOver="msgs.innerHTML='GoldHEN v2.2.4 (Latest) - By SiSTRo'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_goldhen224(); return false">GoldHEN V2.2.4</button>
<button class="btnkme" onMouseOver="msgs.innerHTML='GoldHEN v2.3 (Latest) - By SiSTRo'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_goldhen23(); return false">GoldHEN V2.3</button>
<br>
<div style=font-size:16px>PAYLOADS</div>
<button class="btnkme" onMouseOver="msgs.innerHTML='Modded Version of App Dumper to Backup PKG files to External HDD / 9.00 Mod by Kameleon'"; onmouseout="msgs.innerHTML='Kameleon 900FW ESP32-S2 Auto Lite'" onclick="load_pkg_backup(); return false">PKG-BackUp v1.1</button>
Expand Down
Binary file removed ESP32_Server_900u/data/pl_goldhen224.bin.gz
Binary file not shown.
Binary file removed ESP32_Server_900u/data/pl_goldhen225b8.bin.gz
Binary file not shown.
Binary file added ESP32_Server_900u/data/pl_goldhen23.bin
Binary file not shown.

0 comments on commit 3eb6e8a

Please sign in to comment.