Make OLEDDisplay.display() an abstract function
Without the `= 0` declaration, compiling with RTTI enabled fails. See http://stackoverflow.com/a/307427/1880101 for an explanation.
Loading
Please register or sign in to comment
Without the `= 0` declaration, compiling with RTTI enabled fails. See http://stackoverflow.com/a/307427/1880101 for an explanation.