jyberg / Enhanced-Nextion-Library

Enhanced Nextion library for Arduino, NodeMcu, Esp8266,...
MIT License
47 stars 23 forks source link

0.11.10 won't compile #15

Closed frdoni closed 4 years ago

frdoni commented 4 years ago

Hi,

I've discovered that:

a semicolon is missing in NexObject.hm at the end of line 75, so line must be: bool setVisible(bool visible); a semicolon is missing in Nexpage.hm at the end of line 53, so line must be: bool setVisible(bool visible);

in nexPage.cpp, at line 43 "flag" variable must be "visible", because flag is not declared in nexObject.cpp, at line 112 "flag" variable must be "visible", because flag is not declared

Francesco

jyberg commented 4 years ago

I managed to change the code via phone.. shoud be corrected now...