rak3x72 : first commit

This commit is contained in:
Florent 2025-05-22 11:46:05 +02:00 committed by Florent de Lamotte
parent 8ecb5def87
commit f9473235c6
9 changed files with 185 additions and 5 deletions

View file

@ -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