Skip to content

Commit

Permalink
Update _Config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Mar 27, 2024
1 parent b3537ea commit 04d4e39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Multiprotocol/_Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 04d4e39

Please sign in to comment.