From 1034a5b683fb246d6e63951c1a3635d6e1dd773c Mon Sep 17 00:00:00 2001 From: cjkas Date: Mon, 30 Mar 2026 09:26:21 +0200 Subject: [PATCH] Bring back the core dump partition --- src/Somfy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Somfy.h b/src/Somfy.h index 1ef4255..6630db6 100644 --- a/src/Somfy.h +++ b/src/Somfy.h @@ -426,6 +426,7 @@ struct transceiver_config_t { float deviation = 47.60; // Set the Frequency deviation in kHz. Value from 1.58 to 380.85. Default is 47.60 kHz. float rxBandwidth = 99.97; // Receive bandwidth in kHz. Value from 58.03 to 812.50. Default is 99.97kHz. int8_t txPower = 10; // Transmission power {-30, -20, -15, -10, -6, 0, 5, 7, 10, 11, 12}. Default is 12. + bool noiseDetection = false; // Disable RX interrupt when RF noise is detected (>100 pulses/10s) /* bool internalCCMode = false; // Use internal transmission mode FIFO buffers. byte modulationMode = 2; // Modulation mode. 0 = 2-FSK, 1 = GFSK, 2 = ASK/OOK, 3 = 4-FSK, 4 = MSK.