I have multiple ANT slaves on the same channel.
One of the slaves should act as normal, acknowleging messages.
On the other I want to disable message acknowledgement. This slave is in continuous scan mode, and occasionally needs to send an acknowledge message back to the master, but NEVER acknowledge messages from the master, to avoid interference with the "normal" slave.
I want to avoid shared channels as it reduces bandwidth.
So in short, question is: Can I disable sending of acknowledgements from a slave in continuous scan mode whilst still being able to send acknowledged data back to the master?