Skip to content

Commit

Permalink
Update flooding_hpt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mniedermaier authored Jan 18, 2025
1 parent e2e944c commit 08f889f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/flood_overwrite/flooding_hpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
print("Setting HPT to " + str(hpt))


client.write_registers(1126,hpt) #(register, value, unit)
client.write_register(1126,hpt) #(register, value, unit)

time.sleep(0.001)

Expand Down

0 comments on commit 08f889f

Please sign in to comment.