File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
title : Change Log
3
3
---
4
4
5
- ## Current version
5
+ ## 2.3.0
6
+ June 23, 2016
7
+
8
+ Package link: ` http://arduino.esp8266.com/versions/2.3.0/package_esp8266com_index.json ` .
6
9
7
10
### Core
8
11
- Fix NMI interrupt handler alignment
@@ -29,6 +32,11 @@ title: Change Log
29
32
- MD5Builder::addStream: fixed falsy calculated hash for len > filelength (#2126 )
30
33
- Fix SPIFFS.openDir("") (#2143 )
31
34
- Bring back old semantics to random and randomSeed, add secureRandom (#1710 ) (#2142 )
35
+ - Add missing pgm_read_ptr{_ near/_ far} macros (#2160 )
36
+ - Add macro for maximum open SPIFFS files, settings it to 1 saves about 1k heap. (#2167 )
37
+ - Fix UART pins setting (#2098 )
38
+ - Fix ESP.getSketchSize, add ESP.getSketchMD5 (#2158 )
39
+ - Add Serial.baudRate() to get current baud rate (#2079 )
32
40
33
41
### Libraries
34
42
@@ -70,7 +78,7 @@ title: Change Log
70
78
- Python 3 compatibility for get.py
71
79
- Device side test library and test runner
72
80
- Fix ARM toolchain files permissions (#2004 )
73
-
81
+ - Update esptool to 0.4.9
74
82
75
83
## 2.2.0
76
84
April 18, 2016
You can’t perform that action at this time.
0 commit comments