betaflight / blackbox-log-viewer

Interactive log viewer for flight logs recorded with blackbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tpa_rate / dynThrPID not rendered in header

nerdCopter opened this issue · comments

Describe the bug

tpa_rate does not render in header (index.html)
2023-08-12_12-03_1
2023-08-12_12-03

To Reproduce

any recent 4.5 log

Expected behavior

render tpa_rate in header (index.html)

Betaflight Blackbox Explorer version

master

Add any other context about the problem that you think might be relevant here

translation and parameter already exist in code:

$ grep -Iirn dynThrPID ./js/
./js/header_dialog.js:612:        setParameter('dynThrPID'				,sysConfig.dynThrPID,2);
./js/flightlog_parser.js:424:            tpa_rate                  : "dynThrPID",
$ grep --byte-offset --binary --text tpa_rate ./BTFL*.BBL
./BTFL_BLACKBOX_LOG_20230505_140527_test_gyro_header.BBL:1654:H tpa_rate:65
./BTFL_BLACKBOX_LOG_APEX-6inch_20230507_141050_HQJ37.BBL:1792:H tpa_rate:65
./BTFL_BLACKBOX_LOG_APEX-6inch_20230507_141050_HQJ37.BBL:186113:H tpa_rate:65
./BTFL_BLACKBOX_LOG_APEX-6inch_20230513_163829_dogCom_1050.BBL:1793:H tpa_rate:65
./BTFL_BLACKBOX_LOG_APEX-6inch_20230513_163829_dogCom_1050.BBL:7094017:H tpa_rate:65
./BTFL_BLACKBOX_LOG_APEX-6inch_20230529_161107_NSU_stadium_brokeMyApexClone.BBL:1793:H tpa_rate:65
./BTFL_BLACKBOX_LOG_APEX-6inch_20230529_161107_NSU_stadium_brokeMyApexClone.BBL:6915841:H tpa_rate:65