-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize and clean up Python3 code (#3)
* 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
- Loading branch information
1 parent
ee8be2c
commit 0639230
Showing
1 changed file
with
56 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters