Skip to content

Commit b331ed6

Browse files
authored
Update CayenneLPP.ino
1 parent fd82b86 commit b331ed6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/CayenneLPP/CayenneLPP.ino

Lines changed: 0 additions & 4 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,8 +117,6 @@ void sendData(uint8_t port)
119117

120118
// Set RN module to sleep mode
121119
ttn.sleep(60000);
122-
// This one is not optionnal, remove it
123-
// and say bye bye to RN2983 sleep mode
124120
delay(50);
125121
}
126122

0 commit comments

Comments
 (0)