Skip to content

Commit

Permalink
fixes overload warnings in ESP-IDF
Browse files Browse the repository at this point in the history
  • Loading branch information
illysky committed May 8, 2024
1 parent d9c403c commit 10c5191
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/modules/SX126x/SX126x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/*!
Expand Down
2 changes: 0 additions & 2 deletions src/modules/SX128x/SX128x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/*!
Expand Down

0 comments on commit 10c5191

Please sign in to comment.