Update Compiling_STM32.md

This commit is contained in:
Ben Lye 2019-09-06 19:40:41 +01:00 committed by GitHub
parent a259bc9154
commit 5ee0b1c554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.