Skip to content

Commit

Permalink
fix: add Wire.h dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zfields committed Aug 20, 2024
1 parent a1f2943 commit fc1ac75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Blues Wireless Notecard
version=1.6.1
version=1.6.2
author=Blues
maintainer=Blues <info@blues.com>
sentence=An easy to use Notecard Library for Arduino.
Expand All @@ -8,3 +8,4 @@ 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 1
#define NOTE_ARDUINO_VERSION_PATCH 2

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

Please sign in to comment.