Skip to content

docs: correct Cyton board-mode response examples - #334

Open
KrisITB wants to merge 1 commit into
OpenBCI:masterfrom
KrisITB:docs/cyton-board-mode-responses
Open

docs: correct Cyton board-mode response examples#334
KrisITB wants to merge 1 commit into
OpenBCI:masterfrom
KrisITB:docs/cyton-board-mode-responses

Conversation

@KrisITB

@KrisITB KrisITB commented Aug 20, 2026

Copy link
Copy Markdown

The Cyton SDK documentation currently shows // returning Board mode is default$$$ and /2 returning Board mode set to analog$$$.

In the tagged Cyton firmware v3.0.0 and v3.1.2 sources, processIncomingBoardMode() handles both successful queries and mode changes by calling printSuccess(), getBoardMode(), and sendEOT(). This produces responses such as Success: default$$$ and Success: analog$$$. The current Cyton library implementation uses the same response format.

This PR updates only those response examples and adds a version-scoped clarification. No firmware behavior is changed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Corrects Cyton SDK board-mode response examples to match firmware behavior and clarifies applicable versions.

Changes:

  • Updates query and mode-change response examples.
  • Adds firmware-version scope and library compatibility context.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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