Open PropGit opened 7 years ago
During review of PR #96, I believe I made a late change that introduced a possible minor bug. The code:
Size += 1 if Size == len(Modifier):
inside of enterUniqueWiFiPort() may be preventing the entire MAC address from being used before repeating starts.
enterUniqueWiFiPort()
This is a super minor, low priority issue.
During review of PR #96, I believe I made a late change that introduced a possible minor bug. The code:
inside of
enterUniqueWiFiPort()
may be preventing the entire MAC address from being used before repeating starts.This is a super minor, low priority issue.