From 0e85186535aa8a635894c6e317b835a249c5efab Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 20 Jul 2025 18:56:30 -0500 Subject: [PATCH] Update PhoneAPI.cpp --- src/mesh/PhoneAPI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/PhoneAPI.cpp b/src/mesh/PhoneAPI.cpp index 4d236d2f1..d05ef76a9 100644 --- a/src/mesh/PhoneAPI.cpp +++ b/src/mesh/PhoneAPI.cpp @@ -687,7 +687,7 @@ bool PhoneAPI::handleToRadioPacket(meshtastic_MeshPacket &p) meshtastic_QueueStatus qs = router->getQueueStatus(); service->sendQueueStatusToPhone(qs, 0, p.id); // FIXME: Needs a specific Routing Error protobuf - service->sendRoutingErrorResponse(meshtastic_Routing_Error_DUTY_CYCLE_LIMIT, &p); + service->sendRoutingErrorResponse(meshtastic_Routing_Error_RATE_LIMIT_EXCEEDED, &p); // sendNotification(meshtastic_LogRecord_Level_WARNING, p.id, "Text messages can only be sent once every 2 seconds"); return false; }