From 1cf8fb02c0dce7c8f0f7f263d2e95c6fdb320af6 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Tue, 12 Dec 2017 19:57:49 +0000 Subject: [PATCH] Update README.md --- BootLoaders/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/BootLoaders/README.md b/BootLoaders/README.md index 60a1ce3..272afc3 100644 --- a/BootLoaders/README.md +++ b/BootLoaders/README.md @@ -1,5 +1,5 @@ # Arduino IDE board definitions for Multi 4-in-1 -Board definitions are available for both the Atmega328p and STM32F103C boards. The board definitions make it easier to compile and install the multiprotocol module firmware. +Board definitions are available for the Atmega328p, STM32, and OrangeRX modules. The board definitions make it easier to compile and install the multiprotocol module firmware. ## Installing The board definitions are installed using the Arduino IDE Boards Manager. @@ -32,13 +32,15 @@ The board definitions are installed using the Arduino IDE Boards Manager. ## Verify the boards are installed 1. Click **Tools -> Board** 2. Scroll down the list to the **Multi 4-in-1** board headings verify that the boards you installed are available: - * **Multi 4-in-1 (Atmega328p, 3.3V, 16MHz)** for the Atmega board - * **Multi 4-in-1 (STM32F103CB)** for the STM32 board - - ![Image of Yaktocat](/docs/images/boards-menu.jpg) + ![Image](/docs/images/boards-menu.jpg) + + * **Multi 4-in-1 (Atmega328p, 3.3V, 16MHz)** for the Atmega module + * **Multi 4-in-1 (STM32F103CB)** for the STM32 module + * **Multi 4-in-1 (OrangeRX)** for the OrangeRX module ## Compiling and Uploading Refer to the hardware-specific pages for information on compiling the firmware and uploading it to the multiprotocol module: * [Compiling for Atmega](/docs/Compiling.md) * [Compiling for STM32](/docs/Compiling_STM32.md) +* [Compiling for OrangeRX](/docs/Compiling_OrangeTx.md)