@@ -13,7 +13,6 @@ title: Change Log
13
13
- Add espduino board
14
14
- Rework StreamString::write to use String internal buffer directly (#1289 )
15
15
- Add function to measure stack high water mark
16
- - Update SDK to esp_iot_sdk_v1.5.0_15_12_15_p1
17
16
- Fix RAM corruption caused by our hook of register_chipv6_phy(init_data* ).
18
17
- Optimize PWM interrupt handler for better precision
19
18
- Add warning levels configurable through Preferences
@@ -22,6 +21,9 @@ title: Change Log
22
21
- Set CPU frequency before running setup
23
22
- Add core_esp8266_features.h to be able to detect the features and libraries included in the ESP core
24
23
- Added ESPino to supported boards
24
+ - Fix pwm first step getting skipped
25
+ - Update SDK to 1.5.1_16_01_08
26
+ - HardwareSerial: allow mapping of UART0 TX to GPIO2
25
27
26
28
### Libraries
27
29
@@ -40,6 +42,14 @@ title: Change Log
40
42
- Allow setting client side TLS key and certificate
41
43
- Replace chain of UDP pbufs with a single pbuf before sending (#1009 )
42
44
- Remove bundled OneWire - ESP8266 support has been merged in the official OneWire sources
45
+ - Unique Built-In libraries library.properties name
46
+ - Improvements for MD5Builder with Stream
47
+ - ESP8266SSDP: fixing TTL to 2 per spec
48
+ - ESP8266WebServer: a content length of zero should also be sent
49
+ - Use SoftwareSerial version 2.2
50
+ - EEPROM: optimised _ dirty flag
51
+ - ESP8266mDNS: advertise all hosted services
52
+ - Removed OneWire library
43
53
44
54
### Tools
45
55
0 commit comments