fixes overload warnings in ESP-IDF
This commit is contained in:
parent
d9c403c8c4
commit
10c5191f16
2 changed files with 0 additions and 5 deletions
|
@ -552,10 +552,7 @@ class SX126x: public PhysicalLayer {
|
|||
or to false to discard current configuration ("cold start"). Defaults to true.
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
|
||||
|
||||
int16_t sleep();
|
||||
|
||||
int16_t sleep(bool retainConfig);
|
||||
|
||||
/*!
|
||||
|
|
|
@ -463,9 +463,7 @@ class SX128x: public PhysicalLayer {
|
|||
to discard current configuration and data buffer. Defaults to true.
|
||||
\returns \ref status_codes
|
||||
*/
|
||||
|
||||
int16_t sleep();
|
||||
|
||||
int16_t sleep(bool retainConfig);
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue