uav_electronic_ids
uav_electronic_ids copied to clipboard
Not an issue but a question about ble vs wifi
Hi,
I'm looking you library and I have a question about transmit()
function. As I understand in the last version, you sent all packet via wifi every 0x200 beacon_interval
but if we use BT, you have more transmit_ble
one every 300ms other 600ms and other at other elapsed time, why ?
Why are you send each packet one by one in BLE whereas you send 4 and 3 packets at same time in wifi ? Is this a legal obligation ?