修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

View File

@@ -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;
}