1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Added CE domain with reduced telemetry power

This commit is contained in:
phobos- 2022-08-14 16:50:51 +02:00
parent 545caf2908
commit 185a94384c
5 changed files with 21 additions and 5 deletions

View file

@ -425,6 +425,7 @@ extern "C" {
}
void sx1280AdjustFrequency(int32_t , const uint32_t ) {}
bool sx1280Init(IO_t , IO_t ) { return true; }
void sx1280SetOutputPower(const int8_t ) {}
void sx127xConfig(const sx127xBandwidth_e , const sx127xSpreadingFactor_e , const sx127xCodingRate_e , const uint32_t , const uint8_t , const bool ) {}
void sx127xStartReceiving(void) {}