Replies: 2 comments 3 replies
-
I suggest cloning the Micropython source and then making sure you run |
Beta Was this translation helpful? Give feedback.
2 replies
-
Are you sure you are compiling with esp-idf-v5.2? I can see from your build log that it was not the case: ...
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/Users/kuku/.espressif/python_env/idf5.3_py3.8_env/bin/python ...
...
...
Processing 2 dependencies:
[1/2] espressif/mdns (1.1.0)
[2/2] idf (5.3.0)
... As you probably know, idf5.3 is not yet supported. What was your IDF_PATH variable during your build? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems a version of micropython is bundled into the
project ESP32-Web-Bluetooth and I'm trying to get this working.
The problem occurs in a macro expansion
Just a question: could I exchange this version of micropython against the current ESP32 port here?
I did that. Copied ports/esp32 into that repo above. The same error occurs.
Next I downloaded microypthon-master.zip and tried compilation in there:
What is this git thing?
OK, I did a
git clone
instead andmake submodules
ran through.But the above error remains immanent to the current version of the micropython esp32 port. (I'm running esp-idf v5.2)
To me it looks more like an "issue" now :-)
Beta Was this translation helpful? Give feedback.
All reactions