OVMS3-idf/components/app_update
Nicola Lunghi ed1f4e50df cmakelists: move spi_flash to COMPONENT_REQUIRES
in the include file esp_ota_ops.h "esp_partition.h" is included.
This is from spi_flash so component that requires app_update also will need that

this fixes this error:

  In file included from ../components/esp32-homie/ota.c:11:0:
  /esp-idf/components/app_update/include/esp_ota_ops.h:22:27: fatal error: esp_partition.h: No such file or directory

Signed-off-by: Nicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com>

Merges https://github.com/espressif/esp-idf/pull/1947
2018-05-29 16:34:45 +10:00
..
include cmake: Add component dependency support 2018-04-30 09:59:20 +10:00
test ota ops: Rewrite esp_ota_get_next_update_partition() to be more predictable, add unit tests 2017-02-22 10:26:04 +11:00
CMakeLists.txt cmakelists: move spi_flash to COMPONENT_REQUIRES 2018-05-29 16:34:45 +10:00
component.mk feature/fota_ops_api: add ota core api implement 2016-11-28 17:12:57 +08:00
esp_ota_ops.c cmake: Add component dependency support 2018-04-30 09:59:20 +10:00