Skip to content

scan.c #199

@VonSzarvas

Description

@VonSzarvas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions