jeranio.007

Results 5 comments of jeranio.007
trafficstars

Yes, mine does. Using these settings : supportLibVersion = '27.1.1' // variable that can be referenced to keep support libs consistent commonLibVersion= '4.1.1' versionBuildTool = '27.0.3' versionCompiler = 31 versionTarget...

Also in manifest files change theme to Theme.Appcompat and remove background colors from layout files.

Okay, I managed to resolve this with the aid of my colleague who is fluent in C++. The line of code was changed to this. `background = cv::imread(status,value() 1);`

I managed to get this built/compiled on **ESP-IDF v5.4-dev-78-gd4cd437ede** and running with these 4 mods. This is for the beginner learners like myself. 1. Added "esp_wifi" to wifi-manager CMakeLists.txt `REQUIRES...