sui77 / rc-switch

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

Wrong sync bit position while sending #354

Closed sleepwalkera closed 4 years ago

sleepwalkera commented 4 years ago

image The sync bit should be at the beginning of the signal, but in the actual transmitted signal, the sync bit appears at the end of the signal. Tried various bit lengths, protocol configurations, and repetition times, and the sync bits all appeared at the end of the signal. Does anyone else have the same situation? Or am I missing something?

sleepwalkera commented 4 years ago

Have fixed in openmqttgateway version, closed.

rob-deutsch commented 3 years ago

I have noticed this too. I don't understand why this is the case. Does anyone have any insight?