Skip to content

Commit

Permalink
fix: Remove Wire.h dependency
Browse files Browse the repository at this point in the history
pennam: Core Arduino libraries should not be marked as dependencies
  • Loading branch information
zfields committed Aug 21, 2024
1 parent fc1ac75 commit d8e8fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Blues Wireless Notecard
version=1.6.2
version=1.6.3
author=Blues
maintainer=Blues <[email protected]>
sentence=An easy to use Notecard Library for Arduino.
Expand All @@ -8,4 +8,3 @@ category=Communication
url=https://github.com/blues/note-arduino
architectures=*
includes=Notecard.h
depends=Wire
2 changes: 1 addition & 1 deletion src/Notecard.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

#define NOTE_ARDUINO_VERSION_MAJOR 1
#define NOTE_ARDUINO_VERSION_MINOR 6
#define NOTE_ARDUINO_VERSION_PATCH 2
#define NOTE_ARDUINO_VERSION_PATCH 3

#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)

Expand Down

0 comments on commit d8e8fbd

Please sign in to comment.