Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected/changed DHCP-hostname generation and fixed compiler warnings #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

walx666
Copy link

@walx666 walx666 commented Apr 10, 2024

The generated hostname in dhcp.c is wrong formatted. The MAC-address bytes where inserted as binary values instead of
a valid string format (ASCII).

The #define 'DCHP_HOST_NAME' was changed to "WIZ750SR-\0" (like WIZ107SR).
A new function converts the MAC-address nibbles to hexadecimal ascii.

Hostname example with MAC-address = 00:08:DC:73:5B:25
orginal: "WIZnets[%"
new version: "WIZ750SR-735B25"

I've also fixed all compiler warnings for App and Bootloader, where as the Bootloader-Code was not tested.

The version-number was increased to 1.4.1 and the development-state was added.

removed all compiler warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant