Rebrand "send network ping" to more honest "try send position" with better output (#3737)

This commit is contained in:
Ben Meadors
2024-04-27 08:55:04 -05:00
committed by GitHub
parent e66aec8223
commit e683d8f552
4 changed files with 12 additions and 6 deletions

View File

@@ -452,7 +452,7 @@ int32_t CannedMessageModule::runOnce()
break;
case 0xaf: // fn+space send network ping like double press does
service.refreshLocalMeshNode();
service.sendNetworkPing(NODENUM_BROADCAST, true);
service.trySendPosition(NODENUM_BROADCAST, true);
runState = CANNED_MESSAGE_RUN_STATE_INACTIVE;
break;
default: