pr3y / Bruce

Firmware for m5stack Cardputer, StickC and ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RF spectrum not working

WilsonFartlett opened this issue · comments

Unless I have not set up my receiver correctly, the rf function crashes often, and when it does work it freezes after 2 seconds.

does not work here. Freezes and restarts.

commented

same

To com mesmo Problema

commented

Found the bug...

In the last update of arduino framework for esp32 the parameters of the function rmt_config() have changed, and the Macro ESP_ERROR_CHECK() is making it reboot after the error message on Serial...

You'll find the call for this function on line 39 of src/rf.cpp file

Now we can search for a way to fix it..

commented

Wull be fixed in #71