Hi, simple-webcam example missing the line that brings in the esp32cam library. Full working ini below. ``` [env] platform = espressif32 framework = arduino platform_packages = framework-arduinoespressif32 @ https://github.com/husarnet/arduino-esp32/releases/download/1.0.4-1/arduino-husarnet-esp32.zip lib_deps = Husarnet ESP32 [env:esp32cam] board = esp32cam monitor_speed = 115200 lib_deps = https://github.com/DominikN/esp32cam.git ```