@@ -13,6 +13,26 @@ title: Change Log
13
13
- Update documentation for NodeMCU and Olimex boards
14
14
- Disable interrupts inside ESP.getVcc (#567 )
15
15
- Erase RTC RAM only if RF mode looks invalid (#619 )
16
+ - Get pin levels at time of interrupt, rather than the time of calling the handler.
17
+ - Move interrupt handlers to ram.
18
+ - Improve debug output on critical errors
19
+ - Add ArduinoOTA library and docs
20
+ - Add WeMos D1 & D1 mini boards
21
+ - Add documentation about boot messages and mode meaning
22
+ - Disable sleep mode before doing OTA (#1005 )
23
+ - Add the ability to be called back when the device is about to reset
24
+ - Add "Reset Method" menu
25
+ - Add MD5 to core
26
+ - I2C: generate STOP in case of NACK (fix #698 , #254 )
27
+ - Add libc time functions
28
+ - Fix linker script for 512k(no SPIFFS) variant (#966 )
29
+ - I2S optimizations
30
+ - Support Sketch > Export compiled binary
31
+ - Update SPIFFS wrapper for 0.3.3
32
+ - Fix placement of code into RAM, enable gc-sections
33
+ - Make soft wdt reset more obvious
34
+ - Force disable IOSWAP for UART0 in HardwareSerial initialization (#744 )
35
+ - Add IPAddress::toString()
16
36
17
37
18
38
### Libraries
@@ -23,6 +43,30 @@ title: Change Log
23
43
- ESP8266mDNS: allow to work on SoftAP interface
24
44
- EEPROM: round requested size to 4 bytes (#659 )
25
45
- Add ESP8266AVRISP library
46
+ - Add ESP8266HTTPUpdate library
47
+ - Add HTTPClient library
48
+ - Add WiFiClientSecure
49
+ - ESP8266WiFi library: add persistent option, fix #1054
50
+ - Make RequestHandler handle uploads
51
+ - Add Digest Authentication to OTA and espota.py
52
+ - Don't close UDP pcbs when WiFi connection drops (#969 )
53
+ - Add espsoftwareserial library
54
+ - Add HTTP Updater library
55
+ - Add Ethernet library for W5100
56
+ - Add SPIFFS WebServer Example
57
+ - add dnsIP() to ESP8266WiFi class
58
+ - OTA support encapsulated to ArduinoOTA class
59
+ - Add gdb stub library
60
+ - Extracted the WebUpdate example into a library.
61
+ - Fix to Servo allowing write() to be called before attach()
62
+ - ESP9266WiFi: add function ` begin ` without any parameters and add ` psk ` function to return current PSK form sdk config
63
+ - Fix a crash due to abort() called from TCP error callback (#428 )
64
+ - Adding support for OPTIONS requests to ESP8266WebServer
65
+ - Add HTTPS request sample (#43 )
66
+ - Fix _ useClientMode & _ useApMode in SDK auto connect mode (#754 )
67
+ - Add ESP8266WebServer::sendContent_P with 'size_t size' argument for binary content
68
+ - Fix bug in WiFiClient::write_P when content was binary
69
+ - Add WiFiClient::write_P to be used with PROGMEM
26
70
27
71
### Tools
28
72
0 commit comments