Replies: 1 comment 6 replies
-
Hi, You can also search issues by "webcam" phrase. There is a lot of information about webcam board: https://github.com/benzino77/tasmocompiler/issues?q=webcam |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
maybe I missed sth. and try sth. not supported but so far I recognized a very well working lock for not supported selections by Tasmocompiler.
So I like to have ESP32Cam with IR function and made the selection:
But this ends up in an error because of missing header file IRremoteESP8266.h as follows:
`Compiling .pio/build/tasmota32-webcam/lib4a2/Update/HttpsOTAUpdate.cpp.o
Compiling .pio/build/tasmota32-webcam/lib4a2/Update/Updater.cpp.o
/tmp/Tasmota/tasmota/tasmota_xdrv_driver/xdrv_05_irremote_full.ino:62:10: fatal error: IRremoteESP8266.h: No such file or directory
62 | #include <IRremoteESP8266.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pio/build/tasmota32-webcam/src/tasmota.ino.cpp.o] Error 1
========================= [FAILED] Took 77.91 seconds =========================
Environment Status Duration
tasmota32-webcam FAILED 00:01:17.910
==================== 1 failed, 0 succeeded in 00:01:17.910 ====================
Finished. Exit code:
1.
Kindly ask for your check and support to make it happen. Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions