sx1262_wio: hook rxen, specify txen as not connected

Este commit está contenido en:
Florent
2025-06-02 23:23:08 +02:00
padre 8cf20c7c24
commit 8f5e521717
Se han modificado 4 ficheros con 13 adiciones y 1 borrados
+5 -1
Ver fichero
@@ -47,7 +47,11 @@ bool radio_init() {
}
radio.setCRC(1);
#if defined(SX126X_RXEN) && defined(SX126X_TXEN)
radio.setRfSwitchPins(SX126X_RXEN, SX126X_TXEN);
#endif
#ifdef SX126X_CURRENT_LIMIT
radio.setCurrentLimit(SX126X_CURRENT_LIMIT);
#endif