Skip to content

Some examples not working. #2

@infinic

Description

@infinic

Some examples not working with Arduino core for ESP8266 ver 2.6 and upper, because SoftwareSerial library has been updated.
E.g.:

In constructor 'SoftwareSerialEx::SoftwareSerialEx(int, int, bool, unsigned int)':

ModbusConfig_SingleRS485:77:161: error: no matching function for call to 'SoftwareSerial::SoftwareSerial(int&, int&, bool&, unsigned int&)'

   SoftwareSerialEx(int receivePin, int transmitPin, bool inverse_logic, unsigned int buffSize) : SoftwareSerial(receivePin, transmitPin, inverse_logic, buffSize){}

                                                                                                                                                                 ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions