File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
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.7 -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.71 -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
@@ -761,7 +761,11 @@ This is done before each _debug*_ show messages or in _debugHandle_ function.
761
761
762
762
## Releases
763
763
764
- ### 0.9.7 - 2018-10-18
764
+ ### 0.9.71 - 2018-10-19
765
+
766
+ - Just for new release, due problems on library.proprierties
767
+
768
+ ### 0.9.7 - 2018-10-18
765
769
766
770
- Checking if debugger is enabled
767
771
Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/JoaoLopesF/SerialDebug.git"
9
9
},
10
- "version" : " 0.9.7 " ,
10
+ "version" : " 0.9.71 " ,
11
11
"frameworks" : " arduino" ,
12
12
"platforms" : " *"
13
13
}
Original file line number Diff line number Diff line change 1
1
name =SerialDebug
2
- version =0.9.7
2
+ version =0.9.71
3
3
author =Joao Lopes
4
4
maintainer =Joao Lopes
5
5
sentence =Improved serial debug to Arduino with debug levels an simple software debugger
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.71 2018-10-19 Just for new release, due problems on library.proprierties
10
11
* 0.9.7 2018-10-18 Checking if debugger is enabled
11
12
* 0.9.6 2018-10-09 New debug format output
12
13
* 0.9.5 2018-10-07 New print macros
109
110
110
111
// Version
111
112
112
- #define DEBUG_VERSION F (" 0.9.7 " ) // Version of this library
113
+ #define DEBUG_VERSION F (" 0.9.71 " ) // Version of this library
113
114
114
115
// Low memory board ?
115
116
You can’t perform that action at this time.
0 commit comments