-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem building for ESP-IDF. #245
Comments
Hi @KasperHauge2, The Mongoose integration supports both MG v7.8 and v6.14. For new projects I would recommend using the newer version of course. Then the build flag MO_MG_VERSION_614 should not be set. In case you've already tried this, can you post the compiler error? I must admit that the build check for the esp-idf doesn't work perfectly yet and the head commits of the main / master branch could indeed be incompatible with each other. In any case, the newest commit from MicroOcpp, cesanta/mongoose-esp-idf and ArduinoJson should work with MicroOcppMongoose at commit 92ebea9fe85. Apart from the dependencies as specified in the CI step for the esp-idf or the example folder structure, there are no further components to install. |
I also realized that ArduinoJson just released v7 which is now the default branch. For MicroOcpp it's necessary now to checkout the latest v6 branch. |
Thanks Matth. |
Thank you for bringing this issue up. It's necessary to pin the ArduinoJson version to 6 now and I changed the docs accordingly. |
Hello.
I'm trying to get the MicroOcpp into my ESP-IDF platform using the examples/ESP-IDF. But I get a lot of errors. My main issue now is that I'm not sure how to configure the mongoose-idf implementation, since this seems to start form about ver. 7.8, and the description on the MicroOcpp require version 6.14 (MO_MG_VERSION_614), which are not supported by the mongoose-idf.
I have follow the description in the example, but there are some mismatch between the folder names and the description, Can you make it clear for me which "components" I need to install for the ESP-IDF, and which defines I need to build it?
Thanks !
BR
Kasper
The text was updated successfully, but these errors were encountered: