You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a great project for the WT32-SC01 Plus, many thanks for shaing this!
But I also wanted to use it in the Arduino IDE.
It it feasible and worth to spent the effort to migrate this ESP-IDF based code to an Arduino IDE acceppted code?
I have tried to insert the main.cpp code in the "voide setup() function and an empto loop function (as I have not seen a matching or required loop code) and it does of course not compile because it does not even accept the include files such as #include <spi_flash_mmap.h> ?
Any help possible or to much to change?
The text was updated successfully, but these errors were encountered:
this is a great project for the WT32-SC01 Plus, many thanks for shaing this!
But I also wanted to use it in the Arduino IDE.
It it feasible and worth to spent the effort to migrate this ESP-IDF based code to an Arduino IDE acceppted code?
I have tried to insert the main.cpp code in the "voide setup() function and an empto loop function (as I have not seen a matching or required loop code) and it does of course not compile because it does not even accept the include files such as #include <spi_flash_mmap.h> ?
Any help possible or to much to change?
The text was updated successfully, but these errors were encountered: