Remove duplicate setOOK() method

This commit is contained in:
Federico Maggi 2021-04-13 10:07:44 +02:00
parent 54006662f1
commit 5b5bc6efb9

View file

@ -622,15 +622,6 @@ class RF69: public PhysicalLayer {
// configuration methods // configuration methods
/*!
\brief Enables/disables OOK modulation instead of FSK.
\param enableOOK Enable (true) or disable (false) OOK.
\returns \ref status_codes
*/
int16_t setOOK(bool enableOOK);
/*! /*!
\brief Sets carrier frequency. Allowed values are in bands 290.0 to 340.0 MHz, 431.0 to 510.0 MHz and 862.0 to 1020.0 MHz. \brief Sets carrier frequency. Allowed values are in bands 290.0 to 340.0 MHz, 431.0 to 510.0 MHz and 862.0 to 1020.0 MHz.