We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just noticed that this was not added to Session Settings when re-implemented.
Save/Load/Default dropdowns for the Focus Widget
All OS
v6.0.0-beta.0
Both
All boards and modes
private final String kJSONKeyDataInfo = "dataInfo"; private final String kJSONKeyTimeSeries = "timeSeries"; private final String kJSONKeySettings = "settings"; private final String kJSONKeyFFT = "fft"; private final String kJSONKeyAccel = "accelerometer"; private final String kJSONKeyNetworking = "networking"; private final String kJSONKeyHeadplot = "headplot"; private final String kJSONKeyBandPower = "bandPower"; private final String kJSONKeyWidget = "widget"; private final String kJSONKeyVersion = "version"; private final String kJSONKeySpectrogram = "spectrogram"; private final String kJSONKeyEmg = "emg"; private final String kJSONKeyEmgJoystick = "emgJoystick"; private final String kJSONKeyMarker = "marker";
^^^No key exists for Focus Widget and the values are private in the class 👎
The text was updated successfully, but these errors were encountered:
Add Focus Widget values to Session Settings - Fixes #1198
350c78f
retiutut
When branches are created from issues, their pull requests are automatically linked.
Problem
Just noticed that this was not added to Session Settings when re-implemented.
Expected
Save/Load/Default dropdowns for the Focus Widget
Operating System and Version
All OS
GUI Version
v6.0.0-beta.0
Are you running the downloaded app or from Processing/VSCode?
Both
Type of OpenBCI Board
All boards and modes
Console Log and Screenshots
^^^No key exists for Focus Widget and the values are private in the class 👎
The text was updated successfully, but these errors were encountered: