diff options
Diffstat (limited to 'rf_test/radio.c')
| -rw-r--r-- | rf_test/radio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rf_test/radio.c b/rf_test/radio.c index 3e2b9ba..af028f0 100644 --- a/rf_test/radio.c +++ b/rf_test/radio.c @@ -58,6 +58,8 @@ void radio_send(const char *data, uint8_t n) } SPI_PORT |= (1 << SPI_SS); + // todo: high power settings? + write_reg(0x01, 0x0C); while (!(read_reg(0x28) & 0x08)) ; |
