extract CLI parser for host tests + sensor driver doc#70
Open
drmikecrypto wants to merge 1 commit into
Open
Conversation
issue angeloINTJ#42 — USB serial has no auth; parser bugs are scary. pulled parseCliCommand() out of CommandManager so native tests don't need BT/Serial. docs/adding-a-new-sensor.md for angeloINTJ#63 (tutorial was still on the checklist). pio test -e native_cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes the tutorial gap from #63 and adds host tests for #42.
what changed
parseCliCommand()extracted toCommandParser.cppsopio test -e native_clidoesn't need Serial/BT/LittleFSconfirmsuffix, user add/del, tel config, sensor field gpio parse, garbage linesdocs/adding-a-new-sensor.md— practical walkthrough for cold-chain / ag / lab deploymentswhy
USB CLI has zero auth. Parser regressions can brick config or wipe sensors. Tests catch the boring stuff.
verify
pio test -e native_cli(needs gcc — CI should be fine)pio test -e nativeunchangedRelated: #42 #63