analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
924 stars 1.65k forks source link

projects: swiot1l: Change default static IP #2170

Closed CiprianRegus closed 5 months ago

CiprianRegus commented 5 months ago

The 169.254.0.0/16 IP range is used for link local communication. Such addresses are usually assigned by the network stack if a DHCP request did not receive a response, and should not be assigned manually. Use an IP in the 192.168.0.0/16 range instead.

Update the network mask variable and the documentation accordingly.

Pull Request Description

Please replace this with a detailed description and motivation of the changes. You can tick the checkboxes below with an 'x' between square brackets or just check them after publishing the PR. If this PR contains a breaking change, list dependent PRs and try to push all related PRs at the same time.

PR Type

PR Checklist