SimpleRcScanner icon indicating copy to clipboard operation
SimpleRcScanner copied to clipboard

Results 4 SimpleRcScanner issues
Sort by recently updated
recently updated
newest added

I can't use the [https://test.sui.li/oszi/](https://test.sui.li/oszi/) demo due to this error on submit.

If I run SimpleRcScanner, I get nothing printed on the screen for 5 seconds and then `5... 4... 3... 2... 1...` appears all at once. This can be fixed be...

Now it is required that interrupt routines are declared in cache. A fix similar to that in rc-switch is needed here: ``` #if defined(ESP8266) || defined(ESP32) // interrupt handler and...

Because only change is monitored, the first timing printed out to serial may correspond to a high or low state. However, php code assumes that the first level is always...