fixes overload warnings in ESP-IDF

This commit is contained in:
Dominic 2024-05-08 09:07:55 +01:00
parent d9c403c8c4
commit 10c5191f16
2 changed files with 0 additions and 5 deletions

View file

@ -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);
/*!

View file

@ -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);
/*!