From 04d4e39b87583ec367e2629b6111bb7583ff5f6c Mon Sep 17 00:00:00 2001 From: pascallanger Date: Wed, 27 Mar 2024 19:34:28 +0100 Subject: [PATCH] Update _Config.h --- Multiprotocol/_Config.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Multiprotocol/_Config.h b/Multiprotocol/_Config.h index 016b044..5aa11fc 100644 --- a/Multiprotocol/_Config.h +++ b/Multiprotocol/_Config.h @@ -165,9 +165,14 @@ /*** PROTOCOLS TO INCLUDE ***/ /****************************/ //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. +//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 #define MULTI_CONFIG_INO