Return type ESP8266WiFiGenericClass::channel() · Issue #7643 · esp8266/Arduino · GitHub
Skip to content

Return type ESP8266WiFiGenericClass::channel() #7643

Description

@Erriez

The datasheet page 89 describes prototype:

uint8 wifi_get_channel(void)

The source code returns int32_t:

Proposal to change prototype to:

uint8_t ESP8266WiFiGenericClass::channel(void);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions