mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Fix spelling typos in files under doc/esp8266wifi (#7520)
This patch fixes some spelling typos in following files bearssl-client-secure-class.rst client-class.rst scan-class.rst scan-examples.rst server-examples.rst
This commit is contained in:
@ -206,7 +206,7 @@ Complete sketch is below. The code inside ``setup()`` is the same as described i
|
||||
lastScanMillis = currentMillis;
|
||||
}
|
||||
|
||||
// print out Wi-Fi network scan result uppon completion
|
||||
// print out Wi-Fi network scan result upon completion
|
||||
int n = WiFi.scanComplete();
|
||||
if(n >= 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user