Skip to content

Commit f213a93

Browse files
committed
Enabled hid broadcast
1 parent 2935d89 commit f213a93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Firmware/FFBoard/Inc/HidCommandInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class HID_CommandInterface : public CommandInterface, public cpp_freertos::Threa
5353
private:
5454
std::vector<ParsedCommand> commands;
5555
std::vector<HID_CMD_Data_t> outBuffer;
56-
bool enableBroadcastFromOtherInterfaces = false; // TODO make configurable via command
56+
bool enableBroadcastFromOtherInterfaces = true; // TODO make configurable via command
5757
static cpp_freertos::BinarySemaphore threadSem;
5858

5959

Firmware/FFBoard/Inc/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
//#define SW_VERSION "1.5.0" // Version string
13-
static const uint8_t SW_VERSION_INT[3] = {1,5,1}; // Version as array. 8 bit each!
13+
static const uint8_t SW_VERSION_INT[3] = {1,5,2}; // Version as array. 8 bit each!
1414
//#define MIN_SW_CONFIGURATOR "1.5.0" // Minimal supported configurator version. to be removed in a later version!
1515

1616
#define MAX_AXIS 2 // ONLY USE 2 for now else screws HID Reports

0 commit comments

Comments
 (0)