Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix DeviceId incomplete MAC address (#296)
snprintf works with n-1 characters expected behaviour: DeviceId is 12 characters behaviour: only 11 characters are returned (resulting in a "incomplete" mac address)
- Loading branch information