Removed Jitter

This commit is contained in:
HarukiToreda
2025-05-07 02:49:11 -04:00
parent 0a61ea4137
commit 4e8ae7b108
3 changed files with 5 additions and 7 deletions

View File

@@ -229,7 +229,7 @@ int32_t ButtonThread::runOnce()
sendAdHocPosition();
// Show temporary on-screen confirmation banner for 3 seconds
screen->showOverlayBanner("Ad-hoc Position Sent", 3000);
screen->showOverlayBanner("Ad-hoc Ping Sent", 3000);
break;
}