Sudden errors after updating to Espressif framework 4.1.0 version

Hello everyone.

I was working on project using esp32. Now after sometime, I again visited the code to update it and add some more functionality and suddenly, I am started getting errors. This is after I updated the esp32 framework to newest version. It is a production code, so it is working on multiple esp32 and suddenly I am started getting these errors now

Errors are in uart interrupt routine. Also including following headers

#include "sdkconfig.h"
#include <driver/uart.h>
#include "esp_log.h"
#include "driver/gpio.h"
#include "esp_intr_alloc.h"

https://esp32.com/ they deal with ESPRESSIFF IDF.

but I am not programming it using ESP IDF. I am using arduino framework.

me too
:sweat:

I reverted back to 3.5.0 and no more errors, even 4.0.0 is broken

That error is very likely due to a change in one of the libraries, which a glance through the documentation or an internet search will catch.

ESP32 is not an Arduino, so the Arduino forum is probably not the best place to post.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.