@@ -13,7 +13,6 @@ title: Change Log
1313- Add espduino board
1414- Rework StreamString::write to use String internal buffer directly (#1289 )
1515- Add function to measure stack high water mark
16- - Update SDK to esp_iot_sdk_v1.5.0_15_12_15_p1
1716- Fix RAM corruption caused by our hook of register_chipv6_phy(init_data* ).
1817- Optimize PWM interrupt handler for better precision
1918- Add warning levels configurable through Preferences
@@ -22,6 +21,9 @@ title: Change Log
2221- Set CPU frequency before running setup
2322- Add core_esp8266_features.h to be able to detect the features and libraries included in the ESP core
2423- 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
2527
2628### Libraries
2729
@@ -40,6 +42,14 @@ title: Change Log
4042- Allow setting client side TLS key and certificate
4143- Replace chain of UDP pbufs with a single pbuf before sending (#1009 )
4244- 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
4353
4454### Tools
4555
0 commit comments