Update README.md

This commit is contained in:
iranl
2025-06-19 14:58:51 +02:00
parent 009b167d1d
commit d4768eae10

View File

@@ -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. 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.<br><br> Once the ESP is connected to a network, it will ignore any commands send via the serial interface.<br><br>
To generate a configuration a configuration file, the export configuration function can be used. 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.<br> 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.<br>
For example configurations, see the "example_configurations" subdirectory. 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 - ipgtw: Gateway used to connect to the internet
- dnssrv: DNS server used to resolve domain names - dnssrv: DNS server used to resolve domain names
- nwhw: Network hardware used. See WebCfgServer.cpp, method getNetworkDetectionOptions for possible values. - 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 ## Serial commands