1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00
This commit is contained in:
reaper7 2015-11-30 09:24:12 +01:00
parent c10a19e052
commit 7ba9a3d6c2

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)