Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/commit/dd90c7278c43222eca472074fdd2ae0a42559a1e You should set ROOT_URL correctly, otherwise the web may not work correctly.

set hostname via DHCP

pull/25/head
Thorsten von Eicken 10 years ago
parent bed7ab00d6
commit dd90c7278c
  1. 2
      user/cgiwifi.c

@ -447,7 +447,7 @@ int ICACHE_FLASH_ATTR cgiWifiInfo(HttpdConnData *connData) {
// Init the wireless, which consists of setting a timer if we expect to connect to an AP
// so we can revert to STA+AP mode if we can't connect.
void ICACHE_FLASH_ATTR wifiInit() {
//wifi_station_set_hostname("esp-link");
wifi_station_set_hostname("esp-link");
int x = wifi_get_opmode() & 0x3;
os_printf("Wifi init, mode=%s\n", wifiMode[x]);
wifi_set_phy_mode(2);

Loading…
Cancel
Save