mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 16:48:10 +00:00
Update _Config.h
This commit is contained in:
parent
b3537ea75a
commit
04d4e39b87
@ -165,9 +165,14 @@
|
|||||||
/*** PROTOCOLS TO INCLUDE ***/
|
/*** PROTOCOLS TO INCLUDE ***/
|
||||||
/****************************/
|
/****************************/
|
||||||
//In this section select the protocols you want to be accessible when using the module.
|
//In this section select the protocols you want to be accessible when using the module.
|
||||||
//All the protocols will not fit in the Atmega328p module so you need to pick and choose.
|
//All the protocols will not fit in the STM32 or Atmega328p modules so you need to pick and choose.
|
||||||
//Comment the protocols you are not using with "//" to save Flash space.
|
//Comment the protocols you are not using with "//" to save Flash space.
|
||||||
|
|
||||||
|
//Already defined protocols selection
|
||||||
|
//#define MULTI_AIR //Only Air protocols will be available, all the others are disabled
|
||||||
|
//#define MULTI_SURFACE //Only Surface protocols will be available, all the others are disabled
|
||||||
|
//#define MULTI_EU //Only LBT/EU protocols will be available, all the others are disabled
|
||||||
|
|
||||||
//Protocol for module configuration
|
//Protocol for module configuration
|
||||||
#define MULTI_CONFIG_INO
|
#define MULTI_CONFIG_INO
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user