Skip to content

Commit 4d9f245

Browse files
committed
update example to use fixed logDebugf; bump version for release
1 parent a9596be commit 4d9f245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Example4_InboundInterrupts/Example4_InboundInterrupts.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void loop() {
137137

138138
// Simulate Processing the response here
139139
char *myCommandType = JGetString(body, INBOUND_QUEUE_COMMAND_FIELD);
140-
NoteDebugf("INBOUND REQUEST: %s\n\n", myCommandType);
140+
notecard.logDebugf("INBOUND REQUEST: %s\n\n", myCommandType);
141141
}
142142

143143
}

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.5
2+
version=1.2.6
33
author=Blues Wireless
44
maintainer=Blues Wireless <[email protected]>
55
sentence=An easy to use Notecard Library for Arduino.

0 commit comments

Comments
 (0)