Skip to content

Commit d8e8fbd

Browse files
committed
fix: Remove Wire.h dependency
pennam: Core Arduino libraries should not be marked as dependencies
1 parent fc1ac75 commit d8e8fbd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

library.properties

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

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 2
50+
#define NOTE_ARDUINO_VERSION_PATCH 3
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)