Skip to content

Commit 1cee8e8

Browse files
committed
Add PointPerfect key update as network consumer
1 parent 96b733c commit 1cee8e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/RTK_Everywhere/Network.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,6 +1434,10 @@ uint8_t networkConsumers()
14341434
if (settings.enableUdpServer == true)
14351435
consumerCount++;
14361436

1437+
// PointPerfect ZTP or get keys
1438+
if (settings.requestKeyUpdate == true)
1439+
consumerCount++;
1440+
14371441
if (settings.debugNetworkLayer)
14381442
{
14391443
static unsigned long lastPrint = millis();

0 commit comments

Comments
 (0)