benzino77 / tasmocompiler

Web GUI for custom Tasmota compilation
MIT License
482 stars 143 forks source link

Compiling esp32 Webcam with Ultrasonic Sensor support results in "missing NewPing.h" #408

Open andreasbehnke opened 1 week ago

andreasbehnke commented 1 week ago

Some dependency seems to be missing. I will try to compile locally without docker support. Maybe this gives me a hint which dependency is missing in tasmocompiler.

Compiling .pio/build/tasmota32-webcam/lib790/FS/vfs_api.cpp.o /tmp/Tasmota/tasmota/tasmota_xsns_sensor/xsns_22_sr04.ino:41:10: fatal error: NewPing.h: No such file or directory


Environment Status Duration


tasmota32-webcam FAILED 00:00:41.928

benzino77 commented 1 week ago

Hi Andreas,

Have a look here: https://github.com/benzino77/tasmocompiler/issues/366 and follow the mentioned links.

esp32-cam board is somehow "special" and it does not support all features regular esp32 boards do.

andreasbehnke commented 1 week ago

Thank you for clarification! I think ESP 32 cam + HC-SR04 should work, so I will try to make a frankenstein-build ...