Skip to content

Conversation

@redmercury
Copy link

This change corrects a typo with status calls, and allows the user to switch to the LVPM interface.


if FLAGS.status:
print "Serialno : %d\n" % mon.getSerialNumber();
mon.fillAllStatusPacket()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So,
I accidentally committed this work-in-progress :)

I did add fillAllStatusPacket (in only HVPM) in another pull request, but I had some questions as to what was the intention of it, or if my additions just belonged in fillStatusPacket.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving this open for the moment. The intention of fillStatusPacket() is what you're suspecting it was, to fill in every applicable value from the firmware. Since I removed fillAllStatusPacket() from HVPM when merging them, your code will be break slightly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants