Closed
Description
According to the datasheet page 46, the function sint8 wifi_station_get_rssi(void);
returns sint8
, but return type in the library is int32_t
:
Proposal to change to:
int8_t ESP8266WiFiSTAClass::RSSI(void);
Metadata
Metadata
Assignees
Labels
No labels