Здравствуйте, не могу скомпилировать скетч по проекту автора
WARNING: library LiquidCrystal I2C claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp8266 architecture(s).
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:273:97: warning: backslash and newline separated by space
273 | <input type=\"text\" value=\"" + ssid + "\" name=\"ssid\" maxlength=32> WiFi SSID</br></br>\
|
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:342:40: warning: backslash and newline separated by space
342 | str +="Configuration saved in FS</br>\
|
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino: In function 'void handlePageSelect()':
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:26:7: error: 'redrawAllScreen' was not declared in this scope
26 | redrawAllScreen();
| ^~~~~~~~~~~~~~~
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino: In function 'void SetTimeDateAndDate(byte, byte, byte, byte, byte, byte, byte)':
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:73:26: error: 'DS3231_I2C_ADDRESS' was not declared in this scope; did you mean 'DS3231_ADDRESS'?
73 | { Wire.beginTransmission(DS3231_I2C_ADDRESS);
| ^~~~~~~~~~~~~~~~~~
| DS3231_ADDRESS
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:75:14: error: 'decToBcd' was not declared in this scope
75 | Wire.write(decToBcd(second)); // 0 to bit 7 starts the clock
| ^~~~~~~~
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino: In function 'void HandleClient()':
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:151:77: error: 'Uptime' was not declared in this scope; did you mean 'gmtime'?
151 | webpage += "<center><p> Время работы: "+Uptime()+", WiFi сигнал: "+ String( WiFi.RSSI()) + "dBm, </p><p> Время генерации страницы: "+String(millis()-webpageLoad)+"msec</p><br></center><br>\n";
| ^~~~~~
| gmtime
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino: In function 'void SetTime()':
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:253:4: error: 'redrawAllScreen' was not declared in this scope
253 | redrawAllScreen();
| ^~~~~~~~~~~~~~~
exit status 1
Compilation error: 'redrawAllScreen' was not declared in this scope
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:273:97: warning: backslash and newline separated by space
273 | <input type=\"text\" value=\"" + ssid + "\" name=\"ssid\" maxlength=32> WiFi SSID</br></br>\
|
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:342:40: warning: backslash and newline separated by space
342 | str +="Configuration saved in FS</br>\
|
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino: In function 'void handlePageSelect()':
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:26:7: error: 'redrawAllScreen' was not declared in this scope
26 | redrawAllScreen();
| ^~~~~~~~~~~~~~~
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino: In function 'void SetTimeDateAndDate(byte, byte, byte, byte, byte, byte, byte)':
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:73:26: error: 'DS3231_I2C_ADDRESS' was not declared in this scope; did you mean 'DS3231_ADDRESS'?
73 | { Wire.beginTransmission(DS3231_I2C_ADDRESS);
| ^~~~~~~~~~~~~~~~~~
| DS3231_ADDRESS
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:75:14: error: 'decToBcd' was not declared in this scope
75 | Wire.write(decToBcd(second)); // 0 to bit 7 starts the clock
| ^~~~~~~~
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino: In function 'void HandleClient()':
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:151:77: error: 'Uptime' was not declared in this scope; did you mean 'gmtime'?
151 | webpage += "<center><p> Время работы: "+Uptime()+", WiFi сигнал: "+ String( WiFi.RSSI()) + "dBm, </p><p> Время генерации страницы: "+String(millis()-webpageLoad)+"msec</p><br></center><br>\n";
| ^~~~~~
| gmtime
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino: In function 'void SetTime()':
E:\X-Docs\Arduino\meteoClock_v2020\clock_Web_Server.ino:253:4: error: 'redrawAllScreen' was not declared in this scope
253 | redrawAllScreen();
| ^~~~~~~~~~~~~~~
exit status 1
Compilation error: 'redrawAllScreen' was not declared in this scope

