-
Notifications
You must be signed in to change notification settings - Fork 885
Closed
Labels
Description
Version/revision of the library used
2.7.19
Board
ESP8266
Describe the bug
Actually it is not a Bug. I compiled and tested IRrecvDumpV2 example on my hardware successfully but when merge it to my program don't work any way. However, I copied sketch of IRrecvDumpV2 to my sketch (no merge, now IRrecvDumpV2 and my program execute In parallel) but don't work too.
I want to know there is any well known interfere with other libraries or core features of Arduino?
I am using following libraries :
dancol90/ESP8266Ping@^1.0
knolleary/PubSubClient@^2.8
bblanchon/ArduinoJson@^6.18.0
And using following features (Internal libraries) :
Ticker
Thanks
I have followed the steps in the Troubleshooting Guide & read the FAQ
_Yes