Skip to content

Commit

Permalink
Add support for baudrate 19200 for third party brainwave devices
Browse files Browse the repository at this point in the history
  • Loading branch information
donarturo11 committed Apr 11, 2024
1 parent fdef9c4 commit f8d8d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QThinkGear/QThinkGear.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typedef struct _ThinkgearDeviceType {

const ThinkgearDeviceType TGTypes[] {
{"Neurosky ThinkGear", {57600, 9600}, PARSER_TYPE_PACKETS, QThinkGearDataHandle},
{"2-byte raw wave (unsigned)", {38400, 9600}, PARSER_TYPE_2BYTERAW, QTwoByteRawDataHandle }
{"2-byte raw wave (unsigned)", {38400, 19200, 9600}, PARSER_TYPE_2BYTERAW, QTwoByteRawDataHandle }
};

typedef enum {
Expand Down

0 comments on commit f8d8d6f

Please sign in to comment.