Skip to content

Commit 2768c6a

Browse files
committed
ESP32 example fix
1 parent 4d9f245 commit 2768c6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Example2_PeriodicCommunications/Example2_PeriodicCommunications.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Define the pin number of the pushbutton pin
1212
#if defined(ARDUINO_ARCH_ESP32)
1313
#define buttonPin 21
14-
#define buttonPressedState HIGH
14+
#define buttonPressedState LOW
1515
#define ledPin 13
1616
#elif defined(ARDUINO_ARCH_NRF52)
1717
#define buttonPin 7

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.6
2+
version=1.2.7
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)