Replies: 1 comment 1 reply
-
Try to run first: make BOARD=GENERIC_OTA clean and then build again. |
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.
-
Hi, I've an error during compiling for esp32 ota.
/home/camp/micropython/ports/esp32/build-GENERIC_OTA/frozen_content.c:71:5: error: redeclaration of enumerator 'MP_QSTR_lock'
MP_QSTR_lock,
^~~~~~~~~~~~
In file included from /home/camp/micropython/py/obj.h:33,
from /home/camp/micropython/py/objint.h:30,
from /home/camp/micropython/ports/esp32/build-GENERIC_OTA/frozen_content.c:16:
/home/camp/micropython/ports/esp32/build-GENERIC_OTA/genhdr/qstrdefs.generated.h:759:6: note: previous definition of 'MP_QSTR_lock' was here
QDEF(MP_QSTR_lock, 9134, 4, "lock")
^~~~~~~~~~~~
Beta Was this translation helpful? Give feedback.
All reactions