fix(mesh): update reconfigure methods to return true instead of RADIOLIB_ERR_NONE (#10407)

This commit is contained in:
Tom
2026-05-07 05:57:34 -05:00
committed by GitHub
co-authored by GitHub
parent cdc47a2aea
commit b11d29ff31
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ template <typename T> bool SX128xInterface<T>::reconfigure()
startReceive(); // restart receiving
return RADIOLIB_ERR_NONE;
return true;
}
template <typename T> void SX128xInterface<T>::disableInterrupt()