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:
@@ -970,7 +970,7 @@ try:
|
||||
cur_level = last_row[2]
|
||||
|
||||
#Add data to payload CSV
|
||||
payload_csv[6] = DB_A_value
|
||||
payload_csv[6] = cur_level
|
||||
|
||||
#Add data to payload UDP
|
||||
payload.set_noise(
|
||||
|
||||
Reference in New Issue
Block a user