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

https://github.com/gotomain/esp-osdp

esp-idf project for libosdp
https://github.com/gotomain/esp-osdp

Last synced: about 1 year ago
JSON representation

esp-idf project for libosdp

Awesome Lists containing this project

README

          

# ESP-IDF Project for LibOSDP

clone
```
git clone https://github.com/goToMain/esp-osdp.git --recurse-submodules
```

build:
```
idf.py build
```

flash:
```
idf.py flash
```

See https://github.com/goToMain/libosdp for more details.