new e502 adc

This commit is contained in:
awe
2026-04-09 18:43:50 +03:00
parent 5152314f21
commit 339cb85dce
4 changed files with 89 additions and 1 deletions

View File

@ -73,7 +73,6 @@ def build_parser() -> argparse.ArgumentParser:
parser.add_argument(
"--logscale",
action="store_true",
default=True,
help=(
"Новый бинарный протокол: точка несет пару int32 (avg_1, avg_2), "
"а свип считается как |10**(avg_1*0.001) - 10**(avg_2*0.001)|"