Page 1 of 1
ESP32 update problem
Posted: Wed Jun 12, 2024 1:12 pm
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
Re: ESP32 update problem
Posted: Wed Jun 12, 2024 2:30 pm
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.
Re: ESP32 update problem
Posted: Thu Jun 13, 2024 10:13 am
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 ...