Skip to content
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

klippy: Fixup dictionary parameter parsing. #6765

Closed
wants to merge 1 commit into from

Conversation

Lebensgefahr
Copy link

mcu: Fixup using of multiple controller dictionaries.

Uneeded spliting of dictionary parameter value by '=' symbol removed. Wrong naming of additional mcu dictionary file fixed.

These errors came from the distant 2017. Tested with two mcus. It works as expected.

commit 3ccecc5
Author: Kevin O'Connor [email protected]
Date: Mon Aug 14 11:46:35 2017 -0400

mcu: Initial support for multiple micro-controllers

Add initial support for controlling multiple independent
micro-controllers from a single Klippy host instance.  Add basic
support for synchronizing the clocks of the additional mcus to the
main mcu's clock.

Signed-off-by: Kevin O'Connor <[email protected]>

mcu: Fixup using of multiple controller dictionaries.

Uneeded spliting of dictionary parameter value by '=' symbol removed.
Wrong naming of additional mcu dictionary file fixed.

Signed-off-by: BlitzKrieg <[email protected]>
@Lebensgefahr
Copy link
Author

Sorry, my fault. There is no description in documentation about how to run this properly in case of additional mcus exist.
-d "MCU_NAME=DICTIONARY_FILE_PATH"

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.

1 participant