Skip to content

Commit 460083a

Browse files
committed
bug-fix on i2c; version bump
1 parent 0ff2083 commit 460083a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Blues Wireless Notecard
2-
version=1.2.0
2+
version=1.2.1
33
author=Blues Wireless
44
maintainer=Blues Wireless <[email protected]>
55
sentence=An easy to use Notecard Library for Arduino

src/Notecard.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ char Notecard::noteSerialReceive() {
317317
*/
318318
/**************************************************************************/
319319
bool Notecard::noteI2CReset() {
320+
_i2cPort->begin();
321+
320322
return true;
321323
}
322324

0 commit comments

Comments
 (0)