-
Notifications
You must be signed in to change notification settings - Fork 11
Improve serial command handling #319
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 28 out of 28 changed files in this pull request and generated 1 comment.
} | ||
// Get hostname | ||
SERPR_RESPONSE("Hostname|%s", hostname.c_str()); | ||
static void handeGet(std::string_view arg, bool isAutomated) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in function name 'handeGet'; consider renaming it to 'handleGet' for consistency.
static void handeGet(std::string_view arg, bool isAutomated) | |
static void handleGet(std::string_view arg, bool isAutomated) |
Copilot uses AI. Check for mistakes.
Split apart command handlers and fix command handler selection logic