parallaxinc / BlocklyPropClient

Client to provide access to the propeller for loading binaries and serial terminal
9 stars 7 forks source link

Review/Test for possible name-adjustment bug #97

Open PropGit opened 7 years ago

PropGit commented 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.

This is a super minor, low priority issue.