How do I compress a bin file for OTA updates
Posted: Wed Jul 30, 2025 3:27 am
I have a development project for ESP32 using IDF ver 5.5.0 in the vscode environment and have it working including support of OTA updates. I have read online that the project.bin file can be compressed for OTA transfer using the command:
But when I run it I get the following error.
Any ideas?
Code: Select all
idf.py gen_compressed_ota
Code: Select all
ninja: error: unknown target 'gen_compressed_ota'