HW TIMER NEVER INIT ERROR - ESP32
nccchirag opened this issue · 2 comments
nccchirag commented
timer_group: timer_isr_callback_remove(244): HW TIMER NEVER INIT ERROR
timeout
I get the above error when compiling sample sketch.
Dev Env
Windows 10 x64 PC
ESP32 Dev Module - ESP32-PICO-KIT
Arduino 2.0.5
IR Receiver - TSMP58000
Also, how can I get the frequency from the IR signal?
Please guide
Thank You
bengtmartensson commented
I get the above error when compiling sample sketch.
which one? But right now, I am not really in the position to support ESP32s :-(.
Also, how can I get the frequency from the IR signal?
IrSignal::getFrequency() . But only IrWidget and derived classes generates IrSignals with non-trivial frequency measurement.
nccchirag commented
No problem @bengtmartensson .. thank you so much for the response :)