Trying to get your library working with Heltec WiFi Lora 32 V3 but no matter what pin I use for the IR sensor I get
E (90) gpio: esp_ipc_call_blocking failed (0x103)
When I try a different pin I edit IRRemoteESP32.h at line 9
public:
IRRemoteESP32(uint8_t irPin = 37); ---- This is the line I change
~IRRemoteESP32();
int checkRemote();
Trying to get your library working with Heltec WiFi Lora 32 V3 but no matter what pin I use for the IR sensor I get
E (90) gpio: esp_ipc_call_blocking failed (0x103)
When I try a different pin I edit IRRemoteESP32.h at line 9 public: IRRemoteESP32(uint8_t irPin = 37); ---- This is the line I change ~IRRemoteESP32(); int checkRemote();