alvesoaj/eFLL

Does not work on arduino_esp32

214370 opened this issue · 8 comments

Hello, fantastic library, but cannot get it to work on ESP32, it is restarting. I am using simple example and will try to isolate problem since it is compiling in order.

Call 'float output = fuzzy->defuzzify(1);' causes the crash on ESP32.
Could the multitasking environment be the problem (using freeRTOS) because it crashes also on Arduino Uno when used in tasks???

Hey @ilijamr, not sure, I never tested it on multitasking env, can you provide me more info, I want to try it.

I will send you the code for ESP32 and Arduino Uno, just need your e-mail.

Hey @ilijamr I just pushed a new release, tag name: 1.3.0, I fixed a runtime error, may you check if it was the issue?

Ok, I will, and then I will let you know if the problem persists.

Thanks, Any way, my email is: aj.alves@zerokol.com

I don't know what you did but it works now :) Thanks.

Great! Thanks for report!