You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to compile this i get the following errors....
/home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/9371D3A03917BEC5430B1019A3C12EAB/sketch/app_httpd.cpp.o:(.literal._Z10serialDumpv+0xf4): undefined reference to temprature_sens_read' /home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/9371D3A03917BEC5430B1019A3C12EAB/sketch/app_httpd.cpp.o: in function serialDump()':
/home/jkd/Arduino V2 - 2022/SketchBook/esp32-cam-webserver-/esp32-cam-webserver/app_httpd.cpp:147: undefined reference to temprature_sens_read' /home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /home/jkd/Arduino V2 - 2022/SketchBook/esp32-cam-webserver-/esp32-cam-webserver/app_httpd.cpp:148: undefined reference to temprature_sens_read'
/home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/9371D3A03917BEC5430B1019A3C12EAB/sketch/app_httpd.cpp.o: in function dump_handler(httpd_req*)': /home/jkd/Arduino V2 - 2022/SketchBook/esp32-cam-webserver-/esp32-cam-webserver/app_httpd.cpp:596: undefined reference to temprature_sens_read'
/home/jkd/.arduino15/packages/esp32/tools/xtensa-esp32s3-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /home/jkd/Arduino V2 - 2022/SketchBook/esp32-cam-webserver-/esp32-cam-webserver/app_httpd.cpp:597: undefined reference to `temprature_sens_read'
collect2: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
Anyone know how to solve this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
HI
Hope someone can help
I have just got a SEEED Xiao ESP32S3 sense board + Camera
https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html
When i try to compile this i get the following errors....
Anyone know how to solve this?
Thanks in advance
The text was updated successfully, but these errors were encountered: