An open API service indexing awesome lists of open source software.

https://github.com/friedjof/esp32cam


https://github.com/friedjof/esp32cam

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Installation
### OpenSSL
After loading all dependencies, you have to configure OpenSSL.
#### Setup
Go to the OpenSSL directory `.pio/libdeps/featheresp32/openssl/` and run the following commands:
```bash
./Configure && make
```