etl icon indicating copy to clipboard operation
etl copied to clipboard

can't get call_if to work because of etl::optional

Open KammutierSpule opened this issue 5 months ago • 6 comments

while using delegate call_if, I got this error:

error: cannot convert 'etl::enable_if_t<true, etl::optional<esp_modem::command_result> >' {aka 'etl::optional<esp_modem::command_result>'} to 'esp_modem::command_result' in return

should it work? if I call the delegate directly it works.

KammutierSpule avatar Sep 04 '24 18:09 KammutierSpule