@@ -25,6 +25,14 @@ title: Change Log
25
25
- Fix pwm first step getting skipped
26
26
- Update SDK to 1.5.1_16_01_08
27
27
- HardwareSerial: allow mapping of UART0 TX to GPIO2
28
+ - Add 128K SPIFFS for 512KB modules
29
+ - Reduce stack usage by Print::printf
30
+ - Fix a crash in String::changeBuffer()
31
+ - Implement static initialization guards (#500 )
32
+ - Implementation of Tone API using timer1
33
+ - Use umm_malloc for heap management
34
+ - Configurable I2C clock stretching limit
35
+ - Add a new board entry for the SparkFun Thing Dev
28
36
29
37
### Libraries
30
38
@@ -50,10 +58,18 @@ title: Change Log
50
58
- EEPROM: optimised ` _dirty ` flag
51
59
- ESP8266mDNS: advertise all hosted services
52
60
- Remove bundled OneWire - ESP8266 support has been merged in the official OneWire sources
61
+ - WiFiClientSecure: don't panic if memory allocation fails
62
+ - Verify domain name in WiFiClientSecure::verify
63
+ - Speed up WiFi.hostByName when the hostname is actually an IP
64
+ - Fix WiFi scan issue (#1355 )
65
+ - Workaround for LwIP not handling ERR_ABRT
66
+ - Servo value read and write fixes
53
67
54
68
### Tools
55
69
56
70
- espota.py: add support for manually selecting ip and port for host side
71
+ - Update esptool to 0.4.7
72
+ - Make espota compatible with python 3.5
57
73
58
74
---
59
75
## 2.0.0
0 commit comments