-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Description
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
Labels
No labels