drop "experimental pipe settings" (will become unavailable in the
future)
This commit is contained in:
parent
b60a8a1af0
commit
689cd49694
@ -168,27 +168,6 @@ class GeneralSettingsController(AdminController):
|
||||
checkboxText="Enable lookup of DMR ids in the radioid database to show callsigns and names",
|
||||
),
|
||||
),
|
||||
Section(
|
||||
"Experimental pipe settings",
|
||||
CheckboxInput(
|
||||
"csdr_dynamic_bufsize",
|
||||
"",
|
||||
checkboxText="Enable dynamic buffer sizes",
|
||||
infotext="This allows you to change the buffering mode of csdr.",
|
||||
),
|
||||
CheckboxInput(
|
||||
"csdr_print_bufsizes",
|
||||
"",
|
||||
checkboxText="Print buffer sizez",
|
||||
infotext="This prints the buffer sizes used for csdr processes.",
|
||||
),
|
||||
CheckboxInput(
|
||||
"csdr_through",
|
||||
"",
|
||||
checkboxText="Print throughput",
|
||||
infotext="Enabling this will print out how much data is going into the DSP chains.",
|
||||
),
|
||||
),
|
||||
Section(
|
||||
"Map settings",
|
||||
TextInput(
|
||||
|
Loading…
Reference in New Issue
Block a user