- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.3k
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:
| int32_t ESP8266WiFiSTAClass::RSSI(void) { | 
Proposal to change to:
int8_t ESP8266WiFiSTAClass::RSSI(void);earlephilhower
Metadata
Metadata
Assignees
Labels
No labels