esp32-ota-server icon indicating copy to clipboard operation
esp32-ota-server copied to clipboard

Porting to esp-idf 4.0

Open NewStackLearner opened this issue 4 years ago • 0 comments

Hi,

I am porting my code that uses this functionality from esp-idf 3.3.2 to esp-idf 4.0 I need help with the necessary updates from Makefile to CmakeLists.txt of the following code

ota: app curl ${ESP32_IP}:8032 --data-binary @- < build/$(PROJECT_NAME).bin

Thanks for help extended.

Regards Deepak

NewStackLearner avatar May 18 '20 10:05 NewStackLearner