You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optimize Python3 code
Multiple encoding translations is slowing down the app enough to miss
messages occasionally causing the main controller to restart. Optimize
out meaningless translations, etc. to make faster.
* Make RS485 CMD be an integer, not hex string
* ret['dest'] is also an int
* Ack and nextAck are ints, too
* We only support single post method, no Message needed
* Fix SPA status report
unk: cmd=1b args=0000
unk: cmd=1b args=0100
unk: cmd=1b args=0000
unk: cmd=1b args=0100
unk: cmd=1b args=0000
unk: cmd=1b args=0100
unk: cmd=1b args=0000
unk: cmd=1b args=0100
unk: cmd=1b args=0000
unk: cmd=1b args=0100
unk: cmd=1b args=0000
unk: cmd=1b args=0100
The text was updated successfully, but these errors were encountered: