Skip to content

Commit d28b0e5

Browse files
committed
2 parents 755c8a9 + 3f8d361 commit d28b0e5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

hardware/RFLink.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const _tRFLinkStringIntHelper rfswitches[] =
7676
{ "Aster", sSwitchTypeAster }, // p17
7777
{ "Sartano", sSwitchTypeSartano }, // p3
7878
{ "Europe", sSwitchTypeEurope }, // p18
79+
{ "Avidsen", sSwitchTypeAvidsen }, // p..
7980
{ "", -1 }
8081
};
8182

hardware/hardwaretypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
#define sSwitchTypeAster 0x34
114114
#define sSwitchTypeSartano 0x35
115115
#define sSwitchTypeEurope 0x36
116+
#define sSwitchTypeAvidsen 0x37
116117

117118
//Switch commands
118119
#define gswitch_sOff 0x00

main/RFXNames.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ const char *RFX_Type_SubType_Desc(const unsigned char dType, const unsigned char
720720
{ pTypeGeneralSwitch, sSwitchTypeAster, "Aster" },
721721
{ pTypeGeneralSwitch, sSwitchTypeSartano, "Sartano" },
722722
{ pTypeGeneralSwitch, sSwitchTypeEurope, "Europe" },
723+
{ pTypeGeneralSwitch, sSwitchTypeAvidsen, "Avidsen" },
723724
{ 0,0,NULL }
724725
};
725726
return findTableID1ID2(Table, dType, sType);

0 commit comments

Comments
 (0)