summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/c1101lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/hhd70dongle/c1101lib.c')
-rw-r--r--software/hhd70dongle/c1101lib.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/software/hhd70dongle/c1101lib.c b/software/hhd70dongle/c1101lib.c
index 872c211..30bb94c 100644
--- a/software/hhd70dongle/c1101lib.c
+++ b/software/hhd70dongle/c1101lib.c
@@ -391,6 +391,10 @@ void c1101_transmitData(char *buffer, unsigned int len)
//~ debug_sprint_int16hex(debug_sb, num_written);
//~ usb_rawhid_send(debug_sb,255);
+ //enable Power Amplifier
+ hhd70_lna_disable();
+ hhd70_pa_enable();
+
//keep buffer filled
uint8_t c1101_state=0;
do
@@ -418,6 +422,10 @@ void c1101_transmitData(char *buffer, unsigned int len)
//~ debug_sprint_int16hex(debug_sb, c1101_getNumBytesInTXFifo());
//~ usb_rawhid_send(debug_sb,255);
} while (len > 0);
+
+ //disable Power Amplifier
+ hhd70_pa_disable();
+
}
//max returned: 64 bytes