Convert the AES Lanier decoder to the new configuration system.

This commit is contained in:
David Given
2021-05-14 23:39:07 +02:00
parent 05df0a37b1
commit 57e81ee72e
4 changed files with 8 additions and 26 deletions

View File

@@ -2,6 +2,7 @@ syntax = "proto2";
import "arch/brother/brother.proto";
import "arch/ibm/ibm.proto";
import "arch/aeslanier/aeslanier.proto";
message DecoderProto {
optional double pulse_debounce_threshold = 1 [default = 0.30];
@@ -12,6 +13,7 @@ message DecoderProto {
oneof format {
IBMInputProto ibm = 5;
BrotherInputProto brother = 6;
AesLanierInputProto aeslanier = 7;
}
}