final fixes

This commit is contained in:
pr3y
2025-12-24 10:49:57 -03:00
parent fda3b184ad
commit fd1601f1f7
3 changed files with 1 additions and 3 deletions

View File

@@ -552,7 +552,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.7.1/jszip.min.js"></script>
<script>
const fileNames = ["wifi", "ble","ethernet", "rf", "rfid", "ir", "fm", "files", "gps", "nrf", "interpreter", "others", "clock", "connect", "config"];
const fileNames = ["wifi", "ble","ethernet", "rf", "rfid", "ir", "fm", "files", "gps", "nrf", "interpreter", "lora", "others", "clock", "connect", "config"];
//const fileNames = ["wifi", "ble", "rf"];
const selectedImages = {};
const placeholderUrl = "https://via.placeholder.com/150";

View File

@@ -1,4 +1,3 @@
#include "EthernetMenu.h"
#if !defined(LITE_VERSION)
#include "core/display.h"

View File

@@ -145,7 +145,6 @@ uint32_t helpCallback(cmd *c) {
serialDevice->println(" arp - Starts Scan Hosts ARP Scanner");
serialDevice->println(" listen - Starts listening TCP default port");
serialDevice->println(" sniffer - Starts Raw Sniffer");
serialDevice->println(" responder - Starts Responder");
serialDevice->println("\nWebUI Commands:");
serialDevice->println(" webui - WebUI Webserver start");
serialDevice->println("\nIR Commands:");