-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
similar to #198
line 135 does not re-enable simpleIDE terminal when bytesReady validation fails:
libwifi/scan.c
if(bytesReady == 0) return 0;
could be solved by:
if(bytesReady == 0) {
wifi_simpletermResume();
return 0;
}
Metadata
Metadata
Assignees
Labels
No labels