mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 09:42:35 +00:00
and the saga continues
This commit is contained in:
parent
6f30a84afc
commit
aac9b5db30
@ -184,7 +184,7 @@ void SimRadio::onNotify(uint32_t notification)
|
||||
}
|
||||
|
||||
/** start an immediate transmit */
|
||||
void SimRadio::startSend(MeshPacket *txp)
|
||||
void SimRadio::startSend(meshtastic_MeshPacket *txp)
|
||||
{
|
||||
printPacket("Starting low level send", txp);
|
||||
size_t numbytes = beginSending(txp);
|
||||
@ -205,7 +205,7 @@ void SimRadio::startSend(MeshPacket *txp)
|
||||
service.sendToPhone(p); // Sending back to simulator
|
||||
}
|
||||
|
||||
void SimRadio::startReceive(MeshPacket *p)
|
||||
void SimRadio::startReceive(meshtastic_MeshPacket *p)
|
||||
{
|
||||
isReceiving = true;
|
||||
size_t length = getPacketLength(p);
|
||||
|
Loading…
Reference in New Issue
Block a user