bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

Fix compile error with config.alarm_en and config.auto_reload #69

Open Kaleidio opened 2 years ago

Kaleidio commented 2 years ago

These values could not convert from int as they were typedef'd

Kaleidio commented 2 years ago

Fixes https://github.com/bitluni/ESP32Lib/issues/68 for me, no clue if output is correct yet.

Kaleidio commented 2 years ago

Test completed, everything is functional. Please pull ASAP :)

riyadhasan24 commented 3 weeks ago

These values could not convert from int as they were typedef'd

what is the solution of this problame.....?