Skip to content

Commit 5c038bd

Browse files
committed
doc: remove misleading message from README
1 parent ec426f2 commit 5c038bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Here's more elaborate version which can be put somwhere into application, like r
174174
const esp_partition_t *factory_partition = esp_partition_find_first(ESP_PARTITION_TYPE_APP, ESP_PARTITION_SUBTYPE_APP_FACTORY, NULL);
175175
if (factory_partition != NULL) {
176176
if (esp_ota_set_boot_partition(factory_partition) == ESP_OK) {
177-
printf("Set boot partition to factory, restarting now.\n");
177+
printf("Set boot partition to factory.\n");
178178
} else {
179179
printf("Failed to set boot partition to factory.\n");
180180
}

0 commit comments

Comments
 (0)