TinyRF icon indicating copy to clipboard operation
TinyRF copied to clipboard

setupTransmitter() should have a TX parameter as setupReceiver(RX_PIN);

Open paldorn opened this issue 5 months ago • 0 comments

We should init the emitter with a TX parameter setupTransmitter(TX_PIN)

like we do with setupReceiver(RX_PIN);

Then we don't have to touch the Settings.h file.

paldorn avatar Jan 28 '24 21:01 paldorn