From d4768eae10d44caf8c9827a0d5ad8b1836658c92 Mon Sep 17 00:00:00 2001 From: iranl Date: Thu, 19 Jun 2025 14:58:51 +0200 Subject: [PATCH] Update README.md --- scripts/sendcfg/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sendcfg/README.md b/scripts/sendcfg/README.md index e80961c..399ac54 100644 --- a/scripts/sendcfg/README.md +++ b/scripts/sendcfg/README.md @@ -16,7 +16,7 @@ Prior to running the script, pyserial has to be installed via pip. The ESP will only accept a configuration via serial as long as the device in not configured yet, meaning the ESP Wifi access point is open. Once the ESP is connected to a network, it will ignore any commands send via the serial interface.

To generate a configuration a configuration file, the export configuration function can be used. -After exporting a configuration, it can be edited to the required values. Usually only specific valus like +After exporting a configuration, it can be edited to the required values. Usually only specific values like the IP address, Wifi credentials or network hardware are intended to be set. In that case all other configuration values can be deleted from the configuration.
For example configurations, see the "example_configurations" subdirectory. @@ -35,7 +35,7 @@ All configuration entries are saved in JSON format. - ipgtw: Gateway used to connect to the internet - dnssrv: DNS server used to resolve domain names - nwhw: Network hardware used. See WebCfgServer.cpp, method getNetworkDetectionOptions for possible values. -At the time of writing: 1=Wifi, 2=Generic W5500, 3 = M5Stack Atom POE (W5500), 4 = "Olimex ESP32-POE / ESP-POE-ISO, 5 = WT32-ETH01, 6 = M5STACK PoESP32 Unit, 7 = LilyGO T-ETH-POE, 8 = GL-S10, 9 = ETH01-Evo, 10 = M5Stack Atom POE S3 (W5500), 11 = Custom LAN module, 12 = LilyGO T-ETH ELite, 13 = Waveshare ESP32-S3-ETH / ESP32-S3-ETH-POE, 14 = LilyGO T-ETH-Lite-ESP32S3 +At the time of writing: 1=Wifi, 2=Generic W5500, 3 = M5Stack Atom POE (W5500), 4 = "Olimex ESP32-POE / ESP-POE-ISO, 5 = WT32-ETH01, 6 = M5STACK PoESP32 Unit, 7 = LilyGO T-ETH-POE, 8 = GL-S10, 9 = ETH01-Evo, 10 = M5Stack Atom POE S3 (W5500), 11 = Custom LAN module, 12 = LilyGO T-ETH ELite, 13 = Waveshare ESP32-S3-ETH / ESP32-S3-ETH-POE, 14 = LilyGO T-ETH-Lite-ESP32S3, 15 = Waveshare ESP32-P4-NANO, 16 = Waveshare ESP32-P4-Module-DEV-KIT, 17 = ESP32-P4-Function-EV-Board ## Serial commands