* trying setCRC(1)

This commit is contained in:
Scott Powell
2025-03-09 22:15:58 +11:00
parent 3778c0a8ff
commit a259d27cfe
5 changed files with 6 additions and 5 deletions

View File

@@ -585,7 +585,7 @@ void setup() {
halt();
}
radio.setCRC(0);
radio.setCRC(1);
#ifdef SX126X_CURRENT_LIMIT
radio.setCurrentLimit(SX126X_CURRENT_LIMIT);