Skip to content

Commit

Permalink
Increasing the max data contained in an OSDP enevt to 128bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmercer-google committed Dec 18, 2023
1 parent 6f1a993 commit 51b626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/osdp.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extern "C" {
#define OSDP_CMD_TEXT_MAX_LEN 32
#define OSDP_CMD_KEYSET_KEY_MAX_LEN 32
#define OSDP_CMD_MFG_MAX_DATALEN 64
#define OSDP_EVENT_MAX_DATALEN 64
#define OSDP_EVENT_MAX_DATALEN 128

/**
* @brief OSDP setup flags. See osdp_pd_info_t::flags
Expand Down

0 comments on commit 51b626c

Please sign in to comment.