Support T3S3 LR1121 variant

This commit is contained in:
Thomas Göttgens
2024-09-25 18:56:17 +02:00
parent 9dd769586f
commit 26112ba001
10 changed files with 111 additions and 17 deletions

View File

@@ -6,4 +6,9 @@ LR1120Interface::LR1120Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, R
RADIOLIB_PIN_TYPE busy)
: LR11x0Interface(hal, cs, irq, rst, busy)
{
}
bool LR1120Interface::wideLora()
{
return true;
}