Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix soft ap start error check#826

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
facchinm merged 1 commit intoarduino:mainfromRocketct:fix_wifi_AP_pass
Jan 24, 2024

Conversation

@Rocketct
Copy link
Contributor

@RocketctRocketct commentedJan 11, 2024
edited
Loading

mbed os doesn't allow to use password with length lower than 8 character or higher then 64, when a password lower than 8 characters or higher than 64 characters is provided it returns an error, that was not managed, the consequence is that some lines later fail onregister_event_handler because the object is not correctly instantiated and then the Giga crush.
With this patch the error is handled returning immediately a failure status for the connections and avoiding further functions calls that access to a wrong location.

thisfix#811

mbed os doesn't allow to use  password with length lower than 8 characteror higher then 64, when a password < 8 char is provided it returns an errorthis error was not managed.with this patch the error is handled and retur imediatly.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@facchinmfacchinmAwaiting requested review from facchinm

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Add password length check to Wifi.beginAP()

2 participants

@Rocketct@facchinm

[8]ページ先頭

©2009-2025 Movatter.jp