-
Notifications
You must be signed in to change notification settings - Fork 45
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
Imosible execute "make flash monitor" following OTA-ESP32 guide #5
Comments
Same problem when I execute "make flash monitor".
|
Same problem here ... is this platform alive? |
Same problem here ... some one have a solution? |
Try |
Hi! I'm following this guide https://thingsboard.io/docs/samples/esp32/ota/ but when I execute "make flash monitor" I get these errors:
"In file included from /home/admin1/esp/esp32-ota/main/main.c:10:
/home/admin1/esp/esp-idf/components/esp_event/include/esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
#warning "esp_event_loop.h is deprecated, please include esp_event.h instead"
^~~~~~~
/home/admin1/esp/esp32-ota/main/main.c: In function 'mqtt_event_handler':
/home/admin1/esp/esp32-ota/main/main.c:76:5: error: enumeration value 'MQTT_EVENT_ANY' not handled in switch [-Werror=switch]
switch (event->event_id)
^~~~~~
/home/admin1/esp/esp32-ota/main/main.c:76:5: error: enumeration value 'MQTT_EVENT_DELETED' not handled in switch [-Werror=switch]
cc1: some warnings being treated as errors
make[1]: *** [/home/admin1/esp/esp-idf/make/component_wrapper.mk:292: main.o] Error 1
make: *** [/home/admin1/esp/esp-idf/make/project.mk:635: component-main-build] Error 2".
I'd like to know how I can solve it.
Thank you very much, I'm learning a lot with thingsboard!!!!
The text was updated successfully, but these errors were encountered: