Skip to content

Error return RSSI is sint8 #7641

Closed
@Erriez

Description

@Erriez

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);

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