mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-03 05:54:23 +01:00
* Fix: Set WiFi hostname to gateway name Add WiFi.setHostname() calls to ensure the ESP's WiFi hostname matches the configured gateway name instead of using the default ESP hostname. - Add wifiManager.setHostname(gateway_name) in setupWiFiManager() for WiFiManager-based setups - Add WiFi.setHostname(gateway_name) in setupWiFiFromBuild() for manual WiFi setup configurations (ESPWifiManualSetup) This matches the existing behavior for Ethernet connections where ETH.setHostname(gateway_name) is already called. Fixes #2150 Co-authored-by: Florian <1technophile@users.noreply.github.com> * Change WiFi mode position * Fix setHostname when using WiFi Manager --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Florian <1technophile@users.noreply.github.com>
120 KiB
120 KiB