diff options
Diffstat (limited to 'decoder/test/mrf24j40')
-rw-r--r-- | decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output | 1 | ||||
-rw-r--r-- | decoder/test/mrf24j40/test.conf | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output b/decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output index e6fb9a7..b417452 100644 --- a/decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output +++ b/decoder/test/mrf24j40/mrf24j40-wake-tx-ack.output @@ -39,6 +39,7 @@ 184949-185077 mrf24j40: lwrite: "TX:0x1e: 0x0" 185154-185282 mrf24j40: lwrite: "TX:0x1f: 0x0" 185359-185487 mrf24j40: lwrite: "TX:0x20: 0x0" +178240-185487 mrf24j40: tx-frame: "TX frame: 09 1F 61 88 C5 FE CA 01 00 11 11 78 23 26 04 5B 00 00 27 64 96 00 00 28 1E 00 00 00 00 00 00 00 00" 185568-185643 mrf24j40: swrite: "TXNCON: 0x5" 223979-224054 mrf24j40: sread: "INTSTAT: 0x41" 224134-224209 mrf24j40: sread: "TXSTAT: 0x0" diff --git a/decoder/test/mrf24j40/test.conf b/decoder/test/mrf24j40/test.conf index 92b52d4..2c64a02 100644 --- a/decoder/test/mrf24j40/test.conf +++ b/decoder/test/mrf24j40/test.conf @@ -2,12 +2,12 @@ test mrf24j40-reset-wakeup protocol-decoder spi channel cs=5 channel clk=3 channel mosi=2 channel miso=4 protocol-decoder mrf24j40 stack spi mrf24j40 - input spi/mrf24j40/mrf24j40-reset-wakeup.sr + input spi/mrf24j40/sensormote/mrf24j40-reset-wakeup.sr output mrf24j40 annotation match mrf24j40-reset-wakeup.output test mrf24j40-wake-tx-ack protocol-decoder spi channel cs=5 channel clk=3 channel mosi=2 channel miso=4 protocol-decoder mrf24j40 stack spi mrf24j40 - input spi/mrf24j40/mrf24j40-wake-tx-ack.sr + input spi/mrf24j40/sensormote/mrf24j40-wake-tx-ack.sr output mrf24j40 annotation match mrf24j40-wake-tx-ack.output |