mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 21:58:10 +00:00
RF switch fix...
This commit is contained in:
parent
29d1fb00b1
commit
93bb117961
@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_REVISION 2
|
||||
#define VERSION_PATCH_LEVEL 40
|
||||
#define VERSION_PATCH_LEVEL 41
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
|
@ -1144,6 +1144,8 @@ static void protocol_init()
|
||||
//Save index
|
||||
multi_protocols_index = index;
|
||||
//Set the RF switch
|
||||
PE1_off;
|
||||
PE2_off;
|
||||
switch(multi_protocols[multi_protocols_index].rfSwitch)
|
||||
{
|
||||
case SW_CC2500:
|
||||
|
Loading…
x
Reference in New Issue
Block a user