OpenBCI / OpenBCI_GUI

A cross platform application for the OpenBCI Cyton and Ganglion. Tested on Mac, Windows and Ubuntu/Mint Linux.
MIT License
708 stars 257 forks source link

Add Focus Widget values to Session Settings #1198

Open retiutut opened 11 months ago

retiutut commented 11 months ago

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

    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 👎