Skip to content

Commit

Permalink
SUKU endless_direction human readable name fixed in protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Apr 23, 2024
1 parent 9e028ba commit 0d85d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grid_common/grid_protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#define GRID_PROTOCOL_VERSION_MAJOR 1
#define GRID_PROTOCOL_VERSION_MINOR 2
#define GRID_PROTOCOL_VERSION_PATCH 35
#define GRID_PROTOCOL_VERSION_PATCH 36

// must not change because it would break profiles
#define GRID_PARAMETER_ELEMENT_SYSTEM 0
Expand Down
2 changes: 1 addition & 1 deletion grid_common/grid_ui_endless.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void grid_ui_endless_store_input(uint8_t input_channel, uint64_t* encoder_last_r
#define GRID_LUA_FNC_EP_ENDLESS_DIRECTION_index 16
#define GRID_LUA_FNC_EP_ENDLESS_DIRECTION_helper "16"
#define GRID_LUA_FNC_EP_ENDLESS_DIRECTION_short "epdir"
#define GRID_LUA_FNC_EP_ENDLESS_DIRECTION_human "endless_state"
#define GRID_LUA_FNC_EP_ENDLESS_DIRECTION_human "endless_direction"

#define GRID_LUA_FNC_EP_ENDLESS_SENSITIVITY_index 17
#define GRID_LUA_FNC_EP_ENDLESS_SENSITIVITY_helper "17"
Expand Down

0 comments on commit 0d85d85

Please sign in to comment.