Skip to content

Commit

Permalink
Modify the Handshaking packet size
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak031 committed Aug 1, 2024
1 parent d2fa13f commit b3467e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board_controller/brainalive/inc/brainalive.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class BrainAlive : public BLELibBoard
static constexpr int FSR_Value = 8388607;
static constexpr int ba_brainflow_package_size = 17;

static constexpr int brainalive_handshaking_packet_size = 6;
static constexpr int brainalive_handshaking_packet_size = 8;


protected:
Expand Down

0 comments on commit b3467e8

Please sign in to comment.