* LocalIdentity:: writeTo( array ) and readFrom (array )

This commit is contained in:
Scott Powell
2025-01-16 01:59:11 +11:00
parent ec92bfa6b1
commit 86f11d08aa
6 changed files with 37 additions and 0 deletions

View File

@@ -277,6 +277,8 @@ void setup() {
halt();
}
radio.setCRC(0);
#ifdef SX126X_CURRENT_LIMIT
radio.setCurrentLimit(SX126X_CURRENT_LIMIT);
#endif