123

Revision:
27:da6341d9d5b1
Parent:
26:4876e515ff4c
Child:
33:4b9fd8969428
--- a/sx127x_lora.h	Mon Jul 18 21:13:50 2016 +0000
+++ b/sx127x_lora.h	Thu Jul 28 00:57:22 2016 +0000
@@ -208,9 +208,10 @@
         void start_tx(uint8_t len);
         
         /** start continuous receive mode
+         * @param mode RF_OPMODE_RECEIVER or RF_OPMODE_RECEIVER_SINGLE
          * @note the variable service_action needs to be monitored to indicate read_fifo() needs to be called to pull packet from FIFO.
          */
-        void start_rx(void);
+        void start_rx(chip_mode_e mode);
         
         /** Called by main program when indicated by service_action variable, to pull recevied packet from radio FIFO.
          * @returns count of bytes received