USING_SYNCED_PACKETS
Enable to sync all packet operations to send a single packet at the time of sendAndClearSyncedPackets being called. This is not required for usages of DualTelemetry, since synchronisation happens internally, however, for custom implementations where various packets are sent, this serves as a useful option.
Packet syncing will only occur for usages of usePacket. Do note that packets will not be sent automatically if this is enabled, sendAndClearSyncedPackets must be called manually.