Open furkanturan opened 10 months ago
Oh interesting, I guess I never tested the examples after removing that function :thinking:. Since it worked and compiled as a library I was happy
Thanks for the report
If you'd like to take a stab at fixing it, the commit that broke these is probably in https://github.com/ThePerfectComputer/FastWaveBackend/pull/36 and should just be a matter of reverting the removal of that function
I am having compilation issues for
signal
. Apparently, thequery_string_val_on_tmln
function is removed from the signal with a commend that saysHowever, the
main()
directly depends on it.Are there any pointer for resolving the issue?