Skip to content
Snippets Groups Projects
Commit d6cb4dbc authored by Daniel Friesel's avatar Daniel Friesel
Browse files

nrf24l01.dfa: Add retry_delay normalization

parent 323fefbf
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,9 @@ parameter_normalization: ...@@ -28,6 +28,9 @@ parameter_normalization:
Nrf24l01::RF24_1MBPS: 1000 Nrf24l01::RF24_1MBPS: 1000
Nrf24l01::RF24_2MBPS: 2000 Nrf24l01::RF24_2MBPS: 2000
Nrf24l01::RF24_250KBPS: 250 Nrf24l01::RF24_250KBPS: 250
retry_delay:
unit: us
formula: '250 * param + 250'
states: states:
- UNINITIALIZED - UNINITIALIZED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment