mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
removed hardcoded names
This commit is contained in:
@@ -19,7 +19,7 @@ class WiFiSettingsController extends Component<WiFiSettingsControllerProps> {
|
|||||||
const wifiSettings: WiFiSettings = {
|
const wifiSettings: WiFiSettings = {
|
||||||
ssid: selectedNetwork.ssid,
|
ssid: selectedNetwork.ssid,
|
||||||
password: "",
|
password: "",
|
||||||
hostname: "esp8266-react",
|
hostname: "ems-esp",
|
||||||
static_ip_config: false,
|
static_ip_config: false,
|
||||||
}
|
}
|
||||||
this.props.setData(wifiSettings);
|
this.props.setData(wifiSettings);
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FACTORY_AP_SSID
|
#ifndef FACTORY_AP_SSID
|
||||||
#define FACTORY_AP_SSID "ESP8266-React"
|
#define FACTORY_AP_SSID "ems-esp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FACTORY_AP_PASSWORD
|
#ifndef FACTORY_AP_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user