Skip to content

Commit

Permalink
Merge pull request #56 from ezloteam/development_EZPI255
Browse files Browse the repository at this point in the history
fixed mac address.
  • Loading branch information
lomasSE89 authored Feb 5, 2024
2 parents 360d972 + 18dda47 commit 3860b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ char *ezlopi_factory_info_v3_get_password(void)
char *ezlopi_factory_info_v3_get_ezlopi_mac(void)
{

char *read_data = ezlopi_factory_info_v3_read_string(ezlopi_factory_info_v3_get_abs_address(EZLOPI_FINFO_REL_OFFSET_DEVICE_MAC, E_EZLOPI_FACTORY_INFO_CONN_DATA), EZLOPI_FINFO_LEN_DEVICE_MAC);
char *read_data = ezlopi_factory_info_v3_read_string(ezlopi_factory_info_v3_get_abs_address(EZLOPI_FINFO_REL_OFFSET_DEVICE_MAC, E_EZLOPI_FACTORY_INFO_HUB_DATA), EZLOPI_FINFO_LEN_DEVICE_MAC);
if (read_data)
{
if (!isprint(read_data[0]))
Expand Down

0 comments on commit 3860b66

Please sign in to comment.