DotBots / DotBot-firmware

Firmware applications used to control DotBots and SailBots
http://www.dotbots.org
BSD 3-Clause "New" or "Revised" License
5 stars 8 forks source link

Enable fastest posible transmission time for the radio #307

Closed SaidAlvarado closed 4 months ago

SaidAlvarado commented 4 months ago

Two proposed changes:

This reduces the overhead prep-time of the radio from 370us to 140us.

This changes were tested with the project:

Both compile and work correctly

aabadie commented 4 months ago

Can you scope your commit message a bit: bsp/radio: set TIFS to 0, and enable Fast TX Ramp Up ?

aabadie commented 4 months ago

(use git commit --amend to edit the commit message)

SaidAlvarado commented 4 months ago

Done! Thanks for the instructions, I had no idea how to do that.