Skip to content

Commit 417960e

Browse files
committed
remove network key, use open
1 parent 7fd7ded commit 417960e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/TxCounter/TxCounter.ino

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ void setup()
3939
// Delay after resetting the radio to give the user time to connect on serial
4040
delay(10000);
4141
Serial.println("Running");
42-
43-
snk = SetNetworkKey();
44-
snk.setNetwork(0);
45-
snk.setKey((uint8_t*)NETWORK_KEY);
46-
ant.send(snk);
4742
parseMessage();
4843

4944
ac = AssignChannel();

0 commit comments

Comments
 (0)