Add Power Restraint for 1280 PA Model

Add Debug Print for all module parameters
Add RX/TX Switch to 1280
This commit is contained in:
Thomas Göttgens
2023-03-24 16:57:30 +01:00
parent 9d6e1ce8e5
commit 2c259b8464
3 changed files with 10 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ RF95Interface::RF95Interface(RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOL
SPIClass &spi)
: RadioLibInterface(cs, irq, rst, busy, spi)
{
// FIXME - we assume devices never get destroyed
LOG_WARN("RF95Interface(cs=%d, irq=%d, rst=%d, busy=%d)\n", cs, irq, rst, busy);
}
/** Some boards require GPIO control of tx vs rx paths */