uav_electronic_ids icon indicating copy to clipboard operation
uav_electronic_ids copied to clipboard

Not an issue but a question about ble vs wifi

Open simon88 opened this issue 1 year ago • 0 comments

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 ?

simon88 avatar Sep 28 '23 07:09 simon88