Skip to content

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

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open

Conversation

hhvrc
Copy link
Member

@hhvrc hhvrc commented Nov 15, 2024

Split apart command handlers and fix command handler selection logic

@hhvrc hhvrc self-assigned this Nov 15, 2024
@LucHeart LucHeart requested a review from Copilot April 7, 2025 19:14
Copy link

@Copilot Copilot AI left a 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)
Copy link
Preview

Copilot AI Apr 7, 2025

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.

Suggested change
static void handeGet(std::string_view arg, bool isAutomated)
static void handleGet(std::string_view arg, bool isAutomated)

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant