Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/eeprom.cc
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ int main(int argc, char* argv[])
}
printf("\n");

printf("Wait for Err led to go off on the board.\nReset device to trigger reloading of new EEPROM.\n");
printf("EEPROM write complete. Wait a few seconds, then reset the device to trigger reloading of the new EEPROM.\n");
}
return 0;
}
Loading