From 7ba9a3d6c281eed7334859e0d787f32d5493224a Mon Sep 17 00:00:00 2001 From: reaper7 Date: Mon, 30 Nov 2015 09:24:12 +0100 Subject: [PATCH] fix typo --- doc/changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.md b/doc/changes.md index b3f2f40c7..2ecaa32ef 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -59,7 +59,7 @@ title: Change Log - Add gdb stub library - Extracted the WebUpdate example into a library. - Fix to Servo allowing write() to be called before attach() -- ESP9266WiFi: add function `begin` without any parameters and add `psk` function to return current PSK form sdk config +- ESP8266WiFi: add function `begin` without any parameters and add `psk` function to return current PSK form sdk config - Fix a crash due to abort() called from TCP error callback (#428) - Adding support for OPTIONS requests to ESP8266WebServer - Add HTTPS request sample (#43)