diff --git a/Makefile b/Makefile
index 709a0a1..ee58813 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ XTENSA_TOOLS_ROOT ?= $(abspath ../esp-open-sdk/xtensa-lx106-elf/bin)/
# Base directory of the ESP8266 SDK package, absolute
# Typically you'll download from Espressif's BBS, http://bbs.espressif.com/viewforum.php?f=5
-SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.3.0)
+SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.4.0)
# Esptool.py path and port, only used for 1-time serial flashing
# Typically you'll use https://github.com/themadinventor/esptool
diff --git a/html/console.html b/html/console.html
index db4c0a6..9dc359c 100644
--- a/html/console.html
+++ b/html/console.html
@@ -20,7 +20,7 @@