Skip to content

Commit

Permalink
♻️ (activity): Increase rounds number to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
HPezz committed Sep 20, 2022
1 parent c26729a commit dc1a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ActivityKit/include/activities/EmotionRecognition.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EmotionRecognition : public interface::Activity
interface::VideoKit &_videokit;
ReinforcerKit &_reinforcerkit;

static constexpr uint8_t kRoundsNumber = 5;
static constexpr uint8_t kRoundsNumber = 10;
static constexpr uint8_t kSizeOfEmotionsTable = 5 * 2;

uint8_t _current_round = 0;
Expand Down

0 comments on commit dc1a7e5

Please sign in to comment.