summaryrefslogtreecommitdiffstats
path: root/dong.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-24 10:18:40 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-24 10:18:40 +0800
commit45c01f081af744a5a19e64d2be10d9fdda079561 (patch)
tree15b79ce0634b77b6523c5910cfc8685844bed107 /dong.c
parent5dc7c2d195f7c59a7f25464506a7fd9d01190cc1 (diff)
downloadavr-nrf24l01-driver-45c01f081af744a5a19e64d2be10d9fdda079561.tar.gz
Fix basic tx, but duplicate packet sent.
Diffstat (limited to 'dong.c')
-rw-r--r--dong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dong.c b/dong.c
index 308d3ab..b54bdcb 100644
--- a/dong.c
+++ b/dong.c
@@ -49,7 +49,7 @@ int main(void)
uart_write_line(buf);
}
if (strncmp(buf, "SYN", 3) == 0) {
- radio_sendto(txaddr, "ACK", 3);
+ //radio_sendto(txaddr, "ACK", 3);
}
}