fix(noise): use correct variable for payload CSV assignment

Replace undefined DB_A_value with cur_level which holds the same value from last_row[2].

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
PaulVua
2026-02-03 16:31:10 +01:00
parent 80bc16fb26
commit 1fa7a2d695

View File

@@ -970,7 +970,7 @@ try:
cur_level = last_row[2] cur_level = last_row[2]
#Add data to payload CSV #Add data to payload CSV
payload_csv[6] = DB_A_value payload_csv[6] = cur_level
#Add data to payload UDP #Add data to payload UDP
payload.set_noise( payload.set_noise(