Closed
Description
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
Labels
No labels