Skip to content

Commit 78ca62c

Browse files
committed
Bring back next key L-Band
1 parent 6141445 commit 78ca62c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/RTK_Surveyor/menuPP.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,10 @@ bool pointperfectProvisionDevice()
368368
settings.pointPerfectCurrentKeyDuration = (*jsonZtp)["dynamickeys"]["current"]["duration"];
369369
settings.pointPerfectCurrentKeyStart = (*jsonZtp)["dynamickeys"]["current"]["start"];
370370

371+
strcpy(settings.pointPerfectNextKey, (const char *)((*jsonZtp)["dynamickeys"]["next"]["value"]));
372+
settings.pointPerfectNextKeyDuration = (*jsonZtp)["dynamickeys"]["next"]["duration"];
373+
settings.pointPerfectNextKeyStart = (*jsonZtp)["dynamickeys"]["next"]["start"];
374+
371375
if (settings.debugLBand == true)
372376
{
373377
systemPrintf(" pointPerfectCurrentKey: %s\r\n", settings.pointPerfectCurrentKey);

0 commit comments

Comments
 (0)