Closed SergeKlutchenko closed 3 months ago
Solved with pio pkg update
Nice to hear!
On Tue, Aug 20, 2024 at 6:31 PM SergeKlutchenko @.***> wrote:
Solved with pio pkg update
— Reply to this email directly, view it on GitHub https://github.com/rzeldent/esp32cam-rtsp/issues/137#issuecomment-2299277600, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2ENB4R3C22BIKI36L66DLZSNVOTAVCNFSM6AAAAABM2HZYNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJZGI3TONRQGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Processing esp32cam_ai_thinker (board: esp32cam_ai_thinker; platform: espressif32; framework: arduino)
Verbose mode can be enabled via
-v, --verbose
option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32cam_ai_thinker.html PLATFORM: Espressif 32 (4.2.0) > ESP32CAM AI Thinker HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:~/home/serge/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:74:18: note: candidate: 'String::String(float, unsigned char)' explicit String(float, unsigned char decimalPlaces = 2); ^~/home/serge/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:73:18: note: candidate: 'String::String(long unsigned int, unsigned char)' explicit String(unsigned long, unsigned char base = 10); ^~/home/serge/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:72:18: note: candidate: 'String::String(long int, unsigned char)' explicit String(long, unsigned char base = 10); ^~/home/serge/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:71:18: note: candidate: 'String::String(unsigned int, unsigned char)' explicit String(unsigned int, unsigned char base = 10); ^~/home/serge/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:70:18: note: candidate: 'String::String(int, unsigned char)' explicit String(int, unsigned char base = 10); ^~/home/serge/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:69:18: note: candidate: 'String::String(unsigned char, unsigned char)' explicit String(unsigned char, unsigned char base = 10); ^~src/main.cpp: In function 'esp_err_t initialize_camera()': src/main.cpp:251:3: error: 'const camera_config_t' has no non-static data member named 'pin_sccb_sda' }; ^ Archiving .pio/build/esp32cam_ai_thinker/libc69/libDNSServer.a Indexing .pio/build/esp32cam_ai_thinker/libc69/libDNSServer.a Compiling .pio/build/esp32cam_ai_thinker/lib1a0/FS/FS.cpp.o *** [.pio/build/esp32cam_ai_thinker/src/main.cpp.o] Error 1 ===================================== [FAILED] Took 7.24 seconds =====================================Environment Status Duration
esp32cam_ai_thinker FAILED 00:00:07.241 ================================ 1 failed, 0 succeeded in 00:00:07.241 ================================ Where made mistake ?