kopia lustrzana https://github.com/jgromes/RadioLib
[RFM2x] Added CubeCell support
rodzic
2bdec154ad
commit
20d5e2c422
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
\brief Only exists as alias for Si4432, since there seems to be no difference between %RFM22 and %Si4432 modules.
|
\brief Only exists as alias for Si4432, since there seems to be no difference between %RFM22 and %Si4432 modules.
|
||||||
*/
|
*/
|
||||||
using RFM22 = Si4432;
|
RADIOLIB_TYPE_ALIAS(Si4432, RFM22);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
\brief Only exists as alias for Si4431, since there seems to be no difference between %RFM23 and %Si4431 modules.
|
\brief Only exists as alias for Si4431, since there seems to be no difference between %RFM23 and %Si4431 modules.
|
||||||
*/
|
*/
|
||||||
using RFM23 = Si4431;
|
RADIOLIB_TYPE_ALIAS(Si4431, RFM23);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue