Skip to content

Return type ESP8266WiFiGenericClass::channel() #7643

Closed
@Erriez

Description

@Erriez

The datasheet page 89 describes prototype:

uint8 wifi_get_channel(void)

The source code returns int32_t:

int32_t ESP8266WiFiGenericClass::channel(void) {

Proposal to change prototype to:

uint8_t ESP8266WiFiGenericClass::channel(void);

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