1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-07 16:23:38 +03:00

Merge pull request #1114 from reaper7/patch-1

fix typo
This commit is contained in:
Ivan Grokhotkov 2015-11-30 12:23:01 +03:00
commit c83d44f8f5

View File

@ -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)