This commit is contained in:
mverch67 2024-08-03 11:00:41 +02:00 committed by Tom Fifield
parent 4dfbbabe4a
commit 6ecef3a57b

View File

@ -44,7 +44,7 @@ bool PacketAPI::receivePacket(void)
case meshtastic_ToRadio_packet_tag: {
meshtastic_MeshPacket *mp = &mr->packet;
printPacket("PACKET FROM QUEUE", mp);
service.handleToRadio(*mp);
service->handleToRadio(*mp);
break;
}
case meshtastic_ToRadio_want_config_id_tag: {