[RFM9x] Added missing alias for RFM95
This commit is contained in:
parent
aca1d78a97
commit
d262732554
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ class SX1276: public SX1278 {
|
|||
|
||||
};
|
||||
|
||||
/*!
|
||||
\class RFM95
|
||||
\brief Only exists as alias for SX1276, since there seems to be no difference between %RFM95 and %SX1276 modules.
|
||||
*/
|
||||
RADIOLIB_TYPE_ALIAS(SX1276, RFM95);
|
||||
|
||||
/*!
|
||||
\class RFM96
|
||||
\brief Only exists as alias for SX1276, since there seems to be no difference between %RFM96 and %SX1276 modules.
|
||||
|
|
Loading…
Add table
Reference in a new issue