cmsong-shina

Results 1 issues of cmsong-shina

I did 1. install iotivity-lite with [[setup tool](https://github.com/openconnectivity/IOTivity-Lite-setup)](https://github.com/openconnectivity/IOTivity-Lite-setup) ```bash $ curl https://openconnectivity.github.io/IOTivity-Lite-setup/install-master.sh | bash ``` 2. install esp-idf with [[instruction](https://github.com/iotivity/iotivity-lite/tree/master/port/esp32)](https://github.com/iotivity/iotivity-lite/tree/master/port/esp32) ```bash $ git clone --recursive https://gitlab.iotivity.org/iotivity/iotivity-lite.git $ sudo apt install...