This commit is contained in:
mverch67 2024-08-03 11:00:41 +02:00
parent 0bee837f04
commit 31510b038d

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: {