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

Add a missing linefeed with a println. #426

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

jmwanderer
Copy link
Contributor

There is a very minor issue in the ScanNetworks example.
A linefeed for networks with the encryption type WPA3.
This results in the following output:

Scanning available networks...
** Scan Networks **
number of available networks:7

0) Aloha Signal: -53 dBm Encryption: WPA2
1) Coral Signal: -67 dBm Encryption: WPA2
2) Attwifi Signal: -75 dBm Encryption: WPA2
3) Zambo Signal: -86 dBm Encryption: WPA34) weiyi Signal: -88 dBm Encryption: WPA2
5) weiyi-guest Signal: -89 dBm Encryption: WPA2
6) 2WIRE049 Signal: -92 dBm Encryption: WPA2

Changing the print to println for WPA3 fixes the issue:

Scanning available networks...
** Scan Networks **
number of available networks:7

0) Aloha Signal: -53 dBm Encryption: WPA2
1) Coral Signal: -67 dBm Encryption: WPA2
2) Attwifi Signal: -75 dBm Encryption: WPA2
3) Zambo Signal: -86 dBm Encryption: WPA3
4) weiyi Signal: -88 dBm Encryption: WPA2
5) weiyi-guest Signal: -89 dBm Encryption: WPA2
6) 2WIRE049 Signal: -92 dBm Encryption: WPA2

@CLAassistant
Copy link

CLAassistant commented Jan 25, 2025

CLA assistant check
All committers have signed the CLA.

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Jan 25, 2025
Copy link
Collaborator

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jmwanderer!

@per1234 per1234 merged commit 99b3454 into arduino:main Jan 25, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants