Skip to content

Missing line in platformio.ini for simple-webcam #1

@robotzero1

Description

@robotzero1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions