sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.89k stars 651 forks source link

Protocol 6 optimization doubt #494

Open danilomna opened 9 months ago

danilomna commented 9 months ago

Hi,

I would like to optimize the rf code reception on my project and I have a doubt. Goal is to receive a code compatible with protocol 6. Measuring the transmitter wih oscilloscope I found out the 1/3 bit time is exactly 500us. Protocol 6 seems to be set to 450us. Can I simply change it to 500 in .cpp file and is done or something else is needed?