From 9bcd945c054041888b125982770b96906ed7732a Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Thu, 15 Feb 2024 22:33:41 -0400
Subject: [PATCH] make flashing instructions a bit clearer

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 415ee18..5b4c69d 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ brew install dfu-util
 3. Put the transceiver into firmware flashing mode:
     1. Connect the board to your computer via USB
     2. Hold down the `flash` button
-    3. Press the `reset` button
+    3. Momentarily press the `reset` button
     4. Release the `flash` button
     5. The red LED will come on, then go off. If it stays on, it means your computer isn’t communicating with the board for some reason. Check your cable!
 4. Flash the firmware:
@@ -108,7 +108,7 @@ sudo udevadm control --reload-rules && sudo udevadm trigger
 ### Board setup
 1. Connect the board to your computer via USB
 2. Hold down the `flash` button
-3. Press the `reset` button
+3. Momentarily press the `reset` button
 4. Release the `flash` button
 
 The red LED will come on, then go off. If it stays on, it means your computer isn't communicating with the board for some reason. Check your cable!
-- 
GitLab