Skip to content

Commit fc1ac75

Browse files
committed
fix: add Wire.h dependency
1 parent a1f2943 commit fc1ac75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: library.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Blues Wireless Notecard
2-
version=1.6.1
2+
version=1.6.2
33
author=Blues
44
maintainer=Blues <[email protected]>
55
sentence=An easy to use Notecard Library for Arduino.
@@ -8,3 +8,4 @@ category=Communication
88
url=https://github.com/blues/note-arduino
99
architectures=*
1010
includes=Notecard.h
11+
depends=Wire

Diff for: src/Notecard.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
#define NOTE_ARDUINO_VERSION_MAJOR 1
4949
#define NOTE_ARDUINO_VERSION_MINOR 6
50-
#define NOTE_ARDUINO_VERSION_PATCH 1
50+
#define NOTE_ARDUINO_VERSION_PATCH 2
5151

5252
#define NOTE_ARDUINO_VERSION NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_MAJOR) "." NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_MINOR) "." NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_PATCH)
5353

0 commit comments

Comments
 (0)