mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 11:02:14 +02:00
Tsury noise detection
This commit is contained in:
parent
72bfd26443
commit
0dbb1da2bf
6 changed files with 189 additions and 5 deletions
|
|
@ -374,6 +374,7 @@ static void serializeTransceiverConfig(JsonFormatter &json) {
|
|||
json.addElem("txPower", cfg.txPower);
|
||||
json.addElem("proto", static_cast<uint8_t>(cfg.proto));
|
||||
json.addElem("enabled", cfg.enabled);
|
||||
json.addElem("noiseDetection", cfg.noiseDetection);
|
||||
json.addElem("radioInit", cfg.radioInit);
|
||||
}
|
||||
static void serializeAppVersion(JsonFormatter &json, appver_t &ver) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue