Code: Select all
esp_ota_begin(update_partition, firmwareSize, &update_handle);
Size of new OTA app image. Partition will be erased in order to receive this size of image. If 0 or OTA_SIZE_UNKNOWN, the entire partition is erased.
Code: Select all
esp_ota_begin(update_partition, firmwareSize, &update_handle);
Size of new OTA app image. Partition will be erased in order to receive this size of image. If 0 or OTA_SIZE_UNKNOWN, the entire partition is erased.
Users browsing this forum: Baidu [Spider], Bing [Bot] and 353 guests