You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esp_partition_subtype_tsubtype; /*!< Partition subtype. if ESP_PARTITION_SUBTYPE_ANY will use the next_update_partition by default. */
47
54
constchar*label; /*!< Partition label. Set this value if looking for partition with a specific name. if subtype==ESP_PARTITION_SUBTYPE_ANY, label default to NULL.*/
48
55
boolif_restart; /*!< if restart system to new app partition after UF2 flashing done */
49
-
update_complete_cb_tcomplete_cb; /*!< user callback called after uf2 update complete */
56
+
update_event_cb_tevent_cb; /*!< user callback called after uf2 update complete */
0 commit comments