mattdibi / redox-w-firmware

Firmware for nordic MCUs used in the Redox wireless keyboard
MIT License
73 stars 42 forks source link

Avoid unneccessary payload from receiver-sent acks #18

Closed relokin closed 3 years ago

relokin commented 3 years ago

Acks are automatically handled by the library and we don't need to add 0x55 to the payload. This patch simplifies the code on the receiver side and avoids unnecessary traffic.

Signed-off-by: Nikos Nikoleris nikos.nikoleris@gmail.com