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
- Host: GitHub
- URL: https://github.com/gotomain/esp-osdp
- Owner: goToMain
- Created: 2022-02-27T23:37:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T23:40:58.000Z (over 4 years ago)
- Last Synced: 2025-02-07T05:28:20.455Z (over 1 year ago)
- Language: C
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.