Skip to content

Commit 780168c

Browse files
Merge pull request #17 from simmoinard/patch-1
Fixed blue LED bug with cayenne LPP device
2 parents 12e9624 + b331ed6 commit 780168c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/CayenneLPP/CayenneLPP.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ void onButtonRelease(unsigned long duration)
9797

9898
void sendData(uint8_t port)
9999
{
100-
101-
// Wake RN2483
102100
ttn.wake();
103101

104102
printSensors();
@@ -119,6 +117,7 @@ void sendData(uint8_t port)
119117

120118
// Set RN module to sleep mode
121119
ttn.sleep(60000);
120+
delay(50);
122121
}
123122

124123
void printSensors()

0 commit comments

Comments
 (0)