Closed Atharvamaj closed 3 months ago
so that worked no error but i sill got this I don't I tried my network ssid and password did not wok.
the photos
ones rebooted and when i connect to it, it does the same
Got what I believe were the same log errors in the console. I was using Arduino IDE 2.3.2, with arduino core 3.0.3. Went back to Arduino code 2.0.17 and everything was fixed.
Take into account I'm working with a version of the project that may be like three months old.
THANK YOU!! This helps me to finish my project.
On Mon, Aug 12, 2024 at 2:14 PM Bryan López @.***> wrote:
Got what I believe were the same log errors in the console. I was using Arduino IDE 2.3.2, with arduino core 3.0.3. Went back to Arduino code 2.0.17 and everything was fixed.
Take into account I'm working with a version of the project that may be like three months old.
— Reply to this email directly, view it on GitHub https://github.com/s60sc/ESP32-CAM_MJPEG2SD/issues/465#issuecomment-2284634667, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6AAI2LSREK2MXWZ6EOWQADZRD3PDAVCNFSM6AAAAABLRE4AL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBUGYZTINRWG4 . You are receiving this because you authored the thread.Message ID: @.***>
~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mqtt.cpp:184:12: error: 'esp_mqtt_client_config_t' {aka 'struct esp_mqtt_client_config_t'} has no member named 'password' 184~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mqtt.cpp:185:12: error: 'esp_mqtt_client_config_t' {aka 'struct esp_mqtt_client_config_t'} has no member named 'client_id' 185~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mqtt.cpp:186:12: error: 'esp_mqtt_client_config_t' {aka 'struct esp_mqtt_client_config_t'} has no member named 'lwt_qos' 186~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mqtt.cpp:187:12: error: 'esp_mqtt_client_config_t' {aka 'struct esp_mqtt_client_config_t'} has no member named 'lwt_msg' 187~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mqtt.cpp:188:12: error: 'esp_mqtt_client_config_t' {aka 'struct esp_mqtt_client_config_t'} has no member named 'lwt_retain' 188~~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mqtt.cpp:192:12: error: 'esp_mqtt_client_config_t' {aka 'struct esp_mqtt_client_config_t'} has no member named 'lwt_topic' 192~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\peripherals.cpp: In function 'void prepServos()': C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\peripherals.cpp:224:7: error: 'ledcSetup' was not declared in this scope; did you mean 'logSetup'? 224~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\peripherals.cpp:653:28: error: too many arguments to function 'hw_timer_t* timerBegin(uint32_t)' 653~~^~~~~~~ In file included from C:\Users\athar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3\cores\esp32/esp32-hal.h:84, from C:\Users\athar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3\cores\esp32/Arduino.h:36, from C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\globals.h:16, from C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\appGlobals.h:6, from C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\peripherals.cpp:38: C:\Users\athar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3\cores\esp32/esp32-hal-timer.h:35:13: note: declared here 35~~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\peripherals.cpp:655:5: error: 'timerAlarmWrite' was not declared in this scope; did you mean 'timerWrite'? 655~~~~~~~~~~~~~^~~~~~~~~ C:\Users\athar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3\cores\esp32/esp32-hal-timer.h:50:6: note: declared here 50~~~~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mjpeg2sd.cpp: In function 'void controlFrameTimer(bool)': C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mjpeg2sd.cpp:96:5: error: 'timerAlarmDisable' was not declared in this scope 96~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mjpeg2sd.cpp:102:28: error: too many arguments to function 'hw_timer_t* timerBegin(uint32_t)' 102~~^~~~~~~ In file included from C:\Users\athar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3\cores\esp32/esp32-hal.h:84, from C:\Users\athar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3\cores\esp32/Arduino.h:36, from C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\globals.h:16, from C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\appGlobals.h:6, from C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mjpeg2sd.cpp:9: C:\Users\athar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3\cores\esp32/esp32-hal-timer.h:35:13: note: declared here 35~~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\mjpeg2sd.cpp:105:5: error: 'timerAlarmWrite' was not declared in this scope; did you mean 'timerWrite'? 105~~~~~~~~~~~~~^~~~~~~~~ C:\Users\athar\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.3\cores\esp32/esp32-hal-timer.h:50:6: note: declared here 50~~~~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\utils.cpp: In function 'void resetWatchDog()': C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\utils.cpp:216:39: error: invalid conversion from 'int' to 'const esp_task_wdt_config_t*' [-fpermissive] 216~~~~^~~C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\utils.cpp:216:22: error: too many arguments to function 'esp_err_t esp_task_wdt_init(const esp_task_wdt_config_t)' 216 | esp_task_wdt_init(wifiTimeoutSecs 2, true); // panic abort on watchdog alert (contains wdt_isr) |
~~~^~~~~~~~~ In file included from C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\utils.cpp:26: C:\Users\athar\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.1-dc859c1e67\esp32/include/esp_system/include/esp_task_wdt.h:47:11: note: declared here 47 | esp_err_t esp_task_wdt_init(const esp_task_wdt_config_t config); | ^~~~~ C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\utils.cpp: In function 'void initBrownout()': C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\utils.cpp:1033:21: error: too few arguments to function 'esp_err_t rtc_isr_register(intr_handler_t, void, uint32_t, uint32_t)' 1033 | rtc_isr_register(notifyBrownout, NULL, RTC_CNTL_BROWN_OUT_INT_ENA_M); |~~~~^~~~~~~~~~~~ In file included from C:\Users\athar\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.1-dc859c1e67\esp32/include/driver/deprecated/driver/rtc_cntl.h:8, from C:\Users\athar\OneDrive\Desktop\ESP32-CAM_MJPEG2SD\utils.cpp:1005: C:\Users\athar\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.1-dc859c1e67\esp32/include/esp_hw_support/include/esp_private/rtc_ctrl.h:39:11: note: declared here 39 | esp_err_t rtc_isr_register(intr_handler_t handler, void* handler_arg, | ^~~~exit status 1
Compilation error: 'esp_mqtt_client_config_t' has no non-static data member named 'event_handle') i need help i have this bord