From bc49f3c44d490573fe44efdb0edfb0dac51603a2 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Sun, 28 Jun 2015 10:32:09 -0700 Subject: [PATCH] fix default hostname for wiflash in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5b826e..5c845ef 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ ESP_FLASH_FREQ_DIV ?= 0 # 0->40Mhz ESP_FLASH_MAX ?= 241664 # max bin file for 512KB flash: 236KB # hostname or IP address for wifi flashing -ESP_HOSTNAME ?= esp8266 +ESP_HOSTNAME ?= esp-link # The pin assignments below are used when the settings in flash are invalid, they # can be changed via the web interface