crankyoldgit / IRremoteESP8266

Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
GNU Lesser General Public License v2.1
2.84k stars 810 forks source link

Partially working tests on macOS #2076

Open danielwallner opened 4 months ago

danielwallner commented 4 months ago

Fixes four bugs and some warnings found when running the tests on macOS. ir_Delonghi_test still fails sometimes for some unknown reason. Also, the unused constants still makes make fail unless -Werror is removed. It is also unknown if these issues are triggered by clang or macOS/Apple silicon. This has only been verified to fail on macOS on Apple silicon.