Skip to content

Commit 255bb76

Browse files
committed
Remove TODOs
1 parent 1dc5c34 commit 255bb76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firmware/RTK_Surveyor/menuMain.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ void menuRadio()
413413
#ifdef ENABLE_DEVELOPER
414414
else if (settings.radioType == RADIO_ESPNOW && incoming == 4)
415415
{
416-
//TODO remove
417416
uint8_t peer1[] = {0xB8, 0xD6, 0x1A, 0x0D, 0x8F, 0x9C}; //Facet
418417
if (esp_now_is_peer_exist(peer1) == true)
419418
log_d("Peer already exists");
@@ -433,7 +432,6 @@ void menuRadio()
433432
}
434433
else if (settings.radioType == RADIO_ESPNOW && incoming == 5)
435434
{
436-
//TODO remove
437435
uint8_t espnowData[] = "This is the long string to test how quickly we can send one string to the other unit. I am going to need a much longer sentence if I want to get a long amount of data into one transmission. This is nearing 200 characters but needs to be near 250.";
438436
esp_now_send(0, (uint8_t *) &espnowData, sizeof(espnowData)); //Send packet to all peers
439437
}

0 commit comments

Comments
 (0)