Skip to content

Commit

Permalink
fixing gain tracker
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Oct 3, 2023
1 parent 963f843 commit 0071b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board_controller/openbci/inc/openbci_gain_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class GaleaV4GainTracker : public OpenBCIGainTracker
2, 2}) // to be confirmed
{
channel_letters = std::vector<char> {'1', '2', '3', '4', '5', '6', '7', '8', 'Q', 'W', 'E',
'R', 'T', 'Y', 'U', 'I', 'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K'};
'R', 'T', 'Y', 'U', 'I', 'A', 'S', 'D', 'G', 'H', 'J', 'K', 'L'};
}

virtual int apply_config (std::string config)
Expand Down

0 comments on commit 0071b9c

Please sign in to comment.