From 5ee0b1c5545942a9f64b042de79229de291a8be8 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Fri, 6 Sep 2019 19:40:41 +0100 Subject: [PATCH] Update Compiling_STM32.md --- docs/Compiling_STM32.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index 9c8d3e2..f3de0f9 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -88,9 +88,11 @@ Multiprotocol firmware can be compiled and flashed with your customized firmware ### Configure the Arduino IDE 1. Under **Tools -> Board** select **Multi 4-in-1 (STM32FC103)** -1. Under **Tools -> Debug Options** select **None** +1. Under **Tools -> Debug Option** select **None** ## Configure the firmware +Make any changes you require to the firmware. + The STM32 module has more than enough flash space for all the available protocols so, unlike the Atmega328p-based module, it is not necessary to disable unused protocols. You can still disable protocols if you wish, and you may also enable or disable other optional Multiprotocol features.