-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read input registers and basic support of little Indian values #1
Conversation
Last minute bug fix on some little Indian values.. |
Many thanks for contributing @PhilippeRigaux! Can you please check the output from the linter workflow and rename indianess/indian to endianness/endian? |
I saw that you didn't managed the multi-bytes value in your initial code so I added it to big endian too. |
What is the "linter workflow"? |
You can run |
OK, saw the emails, currently fixing them..
… Le 28 févr. 2024 à 10:51, Marcus Zoller ***@***.***> a écrit :
What is the "linter workflow"?
You can run make check-code to run the linter. The linter is blocking a merge if there are code formatting issues. It's a bit picky but helps to ensure readability...
—
Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEDPZ2NVUDB3JZ6XUIT2ET3YV4D2HAVCNFSM6AAAAABD44TA52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYG4ZDCMZXGQ>.
You are receiving this because you were mentioned.
|
Looks good, thanks! |
To support Solax X1 G4 inverters, one need to decode little Indian numbers and read Input registers. Sample config file included..