fix: clarify comments — AGC width, dual-USB docstring, BE datasheet ref

This commit is contained in:
Jason
2026-04-16 17:51:09 +05:45
parent 7a35f42e61
commit 161e9a66e4
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -47,8 +47,9 @@ class STM32USBInterface:
Used ONLY for receiving GPS data from the MCU.
FPGA register commands are sent via FT2232H (see FT2232HConnection
from radar_protocol.py). The old send_start_flag() / send_settings()
FPGA register commands are sent via the USB data interface — either
FT2232HConnection (production) or FT601Connection (premium), both
from radar_protocol.py. The old send_start_flag() / send_settings()
methods have been removed — they used an incompatible magic-packet
protocol that the FPGA does not understand.
"""