File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,30 @@ title: Change log
6
6
7
7
### Core
8
8
9
- - Add first batch of file system APIs
9
+ - Add file system APIs and documentation
10
+ - Add ConfigFile example
10
11
- Allow user to run code in user_rf_pre_init
12
+ - Add strtoul and strtol, fix strtod
13
+ - Update documentation for NodeMCU and Olimex boards
14
+ - Disable interrupts inside ESP.getVcc (#567 )
15
+ - Erase RTC RAM only if RF mode looks invalid (#619 )
11
16
12
17
13
18
### Libraries
14
19
15
20
- ESP8266WebServer: support for sending of PROGMEM strings
21
+ - ESP8266WebServer: support for serving files from file system
16
22
- ESP8266WiFi: fix mode selection (#529 )
23
+ - ESP8266mDNS: allow to work on SoftAP interface
24
+ - EEPROM: round requested size to 4 bytes (#659 )
25
+ - Add ESP8266AVRISP library
17
26
18
27
### Tools
19
28
20
- - Update SDK to 1.2.0_15_07_13_p4
29
+ - Update SDK to 1.3.0_15_08_10_p1
30
+ - Update esptool to 0.4.6
31
+ - Bump toolchain version to force libm update on Windows
32
+ - ESP8266FS tool update
21
33
22
34
---
23
35
## 1.6.5-947-g39819f0
You can’t perform that action at this time.
0 commit comments