mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
Rebrand "send network ping" to more honest "try send position" with better output (#3737)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user