rak3x72 : first commit

This commit is contained in:
Florent
2025-05-22 14:47:44 +02:00
zatwierdzone przez Florent de Lamotte
rodzic 8ecb5def87
commit f9473235c6
9 zmienionych plików z 185 dodań i 5 usunięć
+6 -2
Wyświetl plik
@@ -2,7 +2,7 @@
#include "target.h"
#include <helpers/ArduinoHelpers.h>
STM32Board board;
WIOE5Board board;
RADIO_CLASS radio = new STM32WLx_Module();
@@ -42,7 +42,11 @@ bool radio_init() {
Serial.println(status);
return false; // fail
}
#ifdef RX_BOOSTED_GAIN
radio.setRxBoostedGainMode(RX_BOOSTED_GAIN);
#endif
radio.setCRC(1);
return true; // success