You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
483f3bf changed the behaviour of the getMAC methods on AccessPointClass and StationClass - they now return a MAC address as 00:11:22:aa:bb:cc, while previously they returned it as 001122aabbcc. This is a sudden API change on the master branch, seemingly undocumented.
In my opinion, the behaviour change should be rolled back, as it breaks applications that rely on a fixed format of the MAC for identification. I have discovered this due to an application breaking in this exact way.
Preferably, an alternative/extended method would return a MAC object that can be rendered as a string in different formats...
The text was updated successfully, but these errors were encountered:
mikee47
added a commit
to mikee47/Sming
that referenced
this issue
Jan 28, 2019
483f3bf changed the behaviour of the getMAC methods on
AccessPointClass
andStationClass
- they now return a MAC address as00:11:22:aa:bb:cc
, while previously they returned it as001122aabbcc
. This is a sudden API change on themaster
branch, seemingly undocumented.In my opinion, the behaviour change should be rolled back, as it breaks applications that rely on a fixed format of the MAC for identification. I have discovered this due to an application breaking in this exact way.
Preferably, an alternative/extended method would return a MAC object that can be rendered as a string in different formats...
The text was updated successfully, but these errors were encountered: