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.