From 0431a8d6587ecf471bd68f5ed4ae6a787ffd395a Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Tue, 12 Apr 2022 08:30:26 -0500 Subject: [PATCH] Updated Flashing (markdown) --- Flashing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Flashing.md b/Flashing.md index 3d77ceb..092c980 100644 --- a/Flashing.md +++ b/Flashing.md @@ -1,3 +1,11 @@ +## Users + +Users of BlueSCSI should follow the instructions over at [BlueSCSI-Updater](https://github.com/erichelgeson/BlueSCSI-Updater) to update their devices. + +## Developers + +These options are for developers and advanced users. + When flashing you have two options: 1. Flash by setting up the Visual Studio Code IDE, installing the ARM toolchain and PlatformIO extensions, and re-compiling and programming. If you are a developer and plan to contribute this method is what you should use.