Completed compression. Tested between two devices.

This commit is contained in:
Jm Casler
2022-05-24 17:42:46 -07:00
parent e218bba87e
commit f3c15eb6cc
4 changed files with 28 additions and 41 deletions

View File

@@ -179,9 +179,6 @@ size_t PhoneAPI::getFromRadio(uint8_t *buf)
// Encapsulate as a FromRadio packet
fromRadioScratch.which_payloadVariant = FromRadio_packet_tag;
fromRadioScratch.packet = *packetForPhone;
// TODO: Remove with compression rework
fromRadioScratch.packet.decoded.which_payloadVariant = Data_payload_tag;
}
releasePhonePacket();
break;