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
Could you please update M5Stack CMakeList.txt to use it with (ESP-IDF4.0 + arduino-esp32-4.0) with CMake ? Or please make manual how to do this manualy with M5Stack master branch. ESP-IDF4.0 + arduino-esp32-4.0 branches is the most powerful environment combination now, but master branch of https://github.com/m5stack/M5Stack is not compatible with ESP-IDF4.0 & arduino-esp32-4.0 branches and with modern cmake syntax.
Could you please update M5Stack CMakeList.txt to use it with (ESP-IDF4.0 + arduino-esp32-4.0) with CMake ? Or please make manual how to do this manualy with M5Stack master branch.
ESP-IDF4.0 + arduino-esp32-4.0 branches is the most powerful environment combination now, but master branch of https://github.com/m5stack/M5Stack is not compatible with ESP-IDF4.0 & arduino-esp32-4.0 branches and with modern cmake syntax.
target_compile_definitions(${COMPONENT_NAME} PUBLIC ${DEFINITIONS})
generates an error - i have delete all text after idf_component_registerBut then i got a billion errors with LoRaWan and so-on...
Unfortunately M5Stack-IDF example is too old and have no CMake...
The text was updated successfully, but these errors were encountered: