Support for TLORA 2.1-1.8

This commit is contained in:
Thomas Göttgens
2022-11-02 13:12:15 +01:00
parent b1f2025558
commit 3e82cd7dd4
8 changed files with 54 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
/**
* \brief Adapter for SX128x radio family. Implements common logic for child classes.
* \tparam T RadioLib module type for SX128x: SX1281.
* \tparam T RadioLib module type for SX128x: SX1280.
*/
template<class T>
class SX128xInterface : public RadioLibInterface