Hi,
ledfreak3d,
Now I have a little fight whithin the Arduino compilation....
All libraries are downloaded and installed but the compilation stops..:
Arduino: 1.6.7 (Windows 10), Board:"Generic ESP8266 Module, 80 MHz, ck, 26 MHz, 40MHz, QIO, 512K (no SPIFFS), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"
WAARSCHUWING: Foutieve map .github in bibliotheek 'ArduinoJson'
WAARSCHUWING: Foutieve map .github in bibliotheek 'WiFiManager'
C:\Users\Asus\Downloads\Domoticz-remote--master\Domoticz-remote--master\remote\remote.ino: In function 'void configModeCallback(WiFiManager*)':
remote:102: error: 'tick' was not declared in this scope
ticker.attach(0.2, tick);
^
C:\Users\Asus\Downloads\Domoticz-remote--master\Domoticz-remote--master\remote\remote.ino: In function 'void setup()':
remote:155: error: 'setup_input' was not declared in this scope
webserver.on("/", setup_input); // If the user types at their browser
http://192.168.0.100/ control is passed here and then to user_input, you get values for your program...
^
remote:156: error: 'homepage' was not declared in this scope
webserver.on("/homepage", homepage); // If the user types at their browser
http://192.168.0.100/homepage or via menu control is passed here and then to the homepage
^
remote:157: error: 'page1' was not declared in this scope
webserver.on("/command1", page1); // If the user types at their browser
http://192.168.0.100/page1 or via menu control is passed here and then to the page1
^
C:\Users\Asus\Downloads\Domoticz-remote--master\Domoticz-remote--master\remote\remote.ino: In function 'void homepage()':
remote:290: error: 'append_HTML_header' was not declared in this scope
append_HTML_header();
^
remote:297: error: 'append_HTML_footer' was not declared in this scope
append_HTML_footer();
^
C:\Users\Asus\Downloads\Domoticz-remote--master\Domoticz-remote--master\remote\remote.ino: In function 'void page1()':
remote:341: error: 'append_HTML_header' was not declared in this scope
append_HTML_header();
^
remote:347: error: 'append_HTML_footer' was not declared in this scope
append_HTML_footer();
^
exit status 1
'tick' was not declared in this scope
Dit rapport zou meer informatie hebben met
"Tijdens de compilatie uitgebreide uitvoer weergeven"
ingeschakeld in Bestand > Voorkeuren.
So I will be busy for a while.
But all credits to you! I have the HMI running now whitout casing or ESP attached.....even the wife loves it already!
Cheers,
Paul