Skip to content

Library compilation errors #140

@G6EJD

Description

@G6EJD

I get:
esp8266-oled-ssd1306-master/OLEDDisplay.h:253:29: error: no return statement in function returning non-void [-Werror=return-type]
virtual bool connect() {};

Needs a return statement adding to close off the compiler error

SH1106Wire.h:90:23: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (minBoundY == ~0) return;

The second is probably a typo and should be '!=' as I can find no reference to the '~=' operator.

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