mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 02:52:12 +02:00
Bring back the core dump partition
This commit is contained in:
parent
a784c84e90
commit
1034a5b683
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue