File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# SerialDebug Library for Arduino
2
2
3
- <a href =" #releases " >![ build badge] ( https://img.shields.io/badge/version-v0.9.79 -blue.svg ) </a > [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/5ddb5c53fa29416eb1d1eaaf6f201ec6 )] ( https://app.codacy.com/app/JoaoLopesF/SerialDebug?utm_source=github.com&utm_medium=referral&utm_content=JoaoLopesF/SerialDebug&utm_campaign=Badge_Grade_Settings )
3
+ <a href =" #releases " >![ build badge] ( https://img.shields.io/badge/version-v0.9.80 -blue.svg ) </a > [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/5ddb5c53fa29416eb1d1eaaf6f201ec6 )] ( https://app.codacy.com/app/JoaoLopesF/SerialDebug?utm_source=github.com&utm_medium=referral&utm_content=JoaoLopesF/SerialDebug&utm_campaign=Badge_Grade_Settings )
4
4
<a href =" https://github.com/JoaoLopesF/SerialDebug/blob/master/LICENSE.txt " >![ GitHub] ( https://img.shields.io/github/license/mashape/apistatus.svg ) </a >
5
5
[ ![ Gitter chat] ( https://badges.gitter.im/SerialDebug/gitter.png )] ( https://gitter.im/SerialDebug/Public )
6
6
@@ -803,6 +803,10 @@ This is done before each _debug*_ show messages or in _debugHandle_ function.
803
803
804
804
## Releases
805
805
806
+ ### 0.9.80 - 2018-11-15
807
+
808
+ - Few adjustments in header files
809
+
806
810
### 0.9.79 - 2018-11-06
807
811
808
812
- Examples and README update
Original file line number Diff line number Diff line change 7
7
* Note: This lybrary not use tasks, when for ESP32, due avoid serial output mixed
8
8
* Versions :
9
9
* ------ ---------- -------------------------
10
+ * 0.9.80 2018-11-15 Few adjustments in header files
10
11
* 0.9.79 2018-11-07 Update examples
11
12
* 0.9.78 2018-10-28 Update examples
12
13
* 0.9.77 2018-10-26 Adjustments for minimum mode
136
137
// Version -- Note to JoaoLopesF -> not forgot change it in github repo and versoes.txt (for app)
137
138
// -> Testing of low, medium e enough memory boards
138
139
139
- #define DEBUG_VERSION F (" 0.9.79 " ) // Version of this library
140
+ #define DEBUG_VERSION F (" 0.9.80 " ) // Version of this library
140
141
141
142
// Low memory board ?
142
143
You can’t perform that action at this time.
0 commit comments