From fe46342e951b07766b39b5568ac584c302838ed4 Mon Sep 17 00:00:00 2001
From: Michael DM Dryden <mdryden@chem.utoronto.ca>
Date: Wed, 17 May 2017 14:58:47 -0400
Subject: [PATCH] Update README.markdown flashing instructions.

---
 README.markdown | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.markdown b/README.markdown
index d7999ed..a95f19b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -131,6 +131,8 @@ Using avrdude directly:
     avrdude -p x256a3u -c flip2 -U application:w:dstat-firmware.elf:e
 ````
 
+To boot back into the normal DStat firmware, replug the USB without the switch depressed.
+
 Note, DFU flashing will only work if the DFU bootloader is installed and can't be used to set flash bits or flash a new bootloader.
 Unfortunately the XMega doesn't come with a bootloader installed, so flashing with a PDI programmer must be done for at least the first time.
 
-- 
GitLab