ESP32 update problem

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
stefan.erni
Valued Contributor
Posts: 1012
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 193 times
Been thanked: 217 times

ESP32 update problem

Post by stefan.erni »

Hi Ben

After the update from today I can not compile my program anymore to hex.

When go back to
CAL_Delay.c version 4
ESP32_wroom_32s.fcdx version13
I can compile again
L24_1.fcfx
(173.69 KiB) Downloaded 256 times

BenR
Matrix Staff
Posts: 1936
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: ESP32 update problem

Post by BenR »

Hello,

Did you restart Flowcode after applying the library updates?

If you're still having problems then what version of the ESP32 IDF are you using? It tells you near the top of the window if you click Build -> Compiler Messages.

Compiling fine for me with IDF 5.1 and a restart of Flowcode after applying the updates.

The updates basically allow IDF 5.0 and greater to use the newer approved timer interrupt method which allows the timers 1-3 to work correctly. IDF versions before 5.0 shouldn't be effected.

stefan.erni
Valued Contributor
Posts: 1012
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 193 times
Been thanked: 217 times

Re: ESP32 update problem

Post by stefan.erni »

Hi Ben

I have updated and it's working fine again.
I tested and Bluetooth is also working with IDF Version: v5.0.6 ...
============================== Toolchain Check ==============================
Python 3.7.3
git version 2.21.0.windows.1
=============================================================================
Building: L24_1 ...
IDF Version: v5.0.6 ...

Post Reply