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

nrf24l01 model: Add flushTx

parent d597e78b
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,10 @@ transition: ...@@ -88,6 +88,10 @@ transition:
- name: count - name: count
values: [0, 5, 10, 15] values: [0, 5, 10, 15]
parameter: max_retry_count parameter: max_retry_count
flushTx:
src: [STANDBY1]
dst: STANDBY1
# only reports sensible values when auto_ack! == 1
getObserveTx: getObserveTx:
src: [STANDBY1] src: [STANDBY1]
dst: STANDBY1 dst: STANDBY1
......
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