mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-18 16:03:22 +08:00
修复代码错误
This commit is contained in:
@@ -87,7 +87,7 @@ void mico_notify_WifiScanCompleteHandler( ScanResult *pApList, void * inContext
|
||||
pApList->ApList[0].ssid[10] = '\0'; // truncate first 10 char
|
||||
sprintf( str, "SSID :%10s\r\nPOWER:%10d",
|
||||
pApList->ApList[0].ssid,
|
||||
pApList->ApList[0].rssi );
|
||||
pApList->ApList[0].ApPower );
|
||||
mf_printf_pos( 0, 4, str );
|
||||
scanap_done = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user