Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug in password to-char-array #35

Merged
merged 2 commits into from
Jul 3, 2020

Conversation

topherCantrell
Copy link
Contributor

The cast to (char[]) will always fail for String. The String class has the method "toCharArray()" to do the conversion. Note that the MQTT example uses the key "username" instead of "user".

The cast to (char[]) will always fail for String. The String class has the method "toCharArray()" to do the conversion. Note that the MQTT example uses the key "username" instead of "user".
Proper cast to String
@victordiaz victordiaz merged commit b18418c into victordiaz:master Jul 3, 2020
@victordiaz
Copy link
Owner

@topherCantrell thx for the pull request, I just updated the examples to match the user field

victordiaz/PHONK-examples@8c79af2

@topherCantrell
Copy link
Contributor Author

topherCantrell commented Jul 3, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants