* trying setCRC(1)

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

No files matched your search

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