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

Remove leftovers in TelnetServer sample. #2690

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

slaff
Copy link
Contributor

@slaff slaff commented Dec 13, 2023

No description provided.

Copy link

what-the-diff bot commented Dec 13, 2023

PR Summary

  • Removal of specific Command Handler
    The developer has taken out the 'CommandProcessing::enable(commandHandler, Serial);' section from the code. This means that they have eliminated a part of the code which was used to process commands and perform certain functions automatically, using a specific commandHandler and the Serial interface.

  • Inclusion of General Command Handlers
    They have included a new, more generalized 'command handlers' function, '// set command handlers'. This enables the software to process different types of commands more effectively, possibly to enable a wider range of functionality, without being limited by the previous specific command handler. This can potentially improve the software's flexibility and adaptability to various tasks or situations.

@slaff slaff merged commit 7cd0f60 into SmingHub:develop Dec 13, 2023
35 checks passed
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.

2 participants