From 02c9b58a3a29d59216a778e97d528d19b702f0d6 Mon Sep 17 00:00:00 2001 From: trns1997 Date: Thu, 14 May 2026 10:30:09 +0200 Subject: [PATCH] fix print to be hardware agnostic --- tools/eeprom.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eeprom.cc b/tools/eeprom.cc index 8afb7da5..82c91905 100644 --- a/tools/eeprom.cc +++ b/tools/eeprom.cc @@ -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; }