Skip to content

Commit 8988432

Browse files
committed
Version 0.9.80
- Few adjustments in header files
1 parent 61eeb30 commit 8988432

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SerialDebug Library for Arduino
22

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)
44
<a href="https://github.com/JoaoLopesF/SerialDebug/blob/master/LICENSE.txt">![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)</a>
55
[![Gitter chat](https://badges.gitter.im/SerialDebug/gitter.png)](https://gitter.im/SerialDebug/Public)
66

@@ -803,6 +803,10 @@ This is done before each _debug*_ show messages or in _debugHandle_ function.
803803

804804
## Releases
805805

806+
### 0.9.80 - 2018-11-15
807+
808+
- Few adjustments in header files
809+
806810
### 0.9.79 - 2018-11-06
807811

808812
- Examples and README update

src/SerialDebug.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Note: This lybrary not use tasks, when for ESP32, due avoid serial output mixed
88
* Versions :
99
* ------ ---------- -------------------------
10+
* 0.9.80 2018-11-15 Few adjustments in header files
1011
* 0.9.79 2018-11-07 Update examples
1112
* 0.9.78 2018-10-28 Update examples
1213
* 0.9.77 2018-10-26 Adjustments for minimum mode
@@ -136,7 +137,7 @@
136137
// Version -- Note to JoaoLopesF -> not forgot change it in github repo and versoes.txt (for app)
137138
// -> Testing of low, medium e enough memory boards
138139

139-
#define DEBUG_VERSION F("0.9.79") // Version of this library
140+
#define DEBUG_VERSION F("0.9.80") // Version of this library
140141

141142
// Low memory board ?
142143

0 commit comments

Comments
 (0)