Jascha
Jascha
Sorry for the slow response. I am trying to port a C project that I wrote using ESP-IDF to Rust (using esp-hal obviously). It is a remote control for controlling...
I have not set up any filters. Maybe that is the issue? The bit rate matches the bit rate in my old firmware and the bit rate that I configured...
> Could you, for the sake of ruling out unlikely-but-simple issues, try to set up an accept-everything filter like this? > > ```rust > SingleStandardFilter::new( > b"xxxxxxxxxxx", > b"x", >...