Подскажите, скачал файл прошивки, распаковал. В папке много файлов. В программе Ардуино при открытии одного файла открываются все. Так и должно быть?.
При попытке компиляции, среда ругается на
Arduino: 1.6.12 (Windows 7), Плата:"Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"
In file included from C:\time\Clock5_160924\clock5web\Clock5web.h:1:0:
Clock5web.h:46: error: 'IPAddress' was not declared in this scope
time_t getNtpTime( IPAddress &timeServerIP);
^
Clock5web.h:46: error: 'timeServerIP' was not declared in this scope
time_t getNtpTime( IPAddress &timeServerIP);
^
Clock5web.h:47: error: variable or field 'sendNTPpacket' declared void
void sendNTPpacket(IPAddress &address);
^
Clock5web.h:47: error: 'IPAddress' was not declared in this scope
Clock5web.h:47: error: 'address' was not declared in this scope
void sendNTPpacket(IPAddress &address);
^
ntp:35: error: 'time_t getNtpTime(IPAddress&)' redeclared as different kind of symbol
time_t getNtpTime( IPAddress &timeServerIP)
^
In file included from C:\time\Clock5_160924\clock5web\Clock5web.h:1:0:
Clock5web.h:46: error: previous declaration of 'time_t getNtpTime'
time_t getNtpTime( IPAddress &timeServerIP);
^
C:\time\Clock5_160924\clock5web\ntp.ino: In function 'bool get_ntp_time()':
ntp:19: error: 'getNtpTime' cannot be used as a function
unsigned long t_ntp = getNtpTime( arrTimeServerIP);
^
C:\time\Clock5_160924\clock5web\ntp.ino: In function 'time_t getNtpTime(IPAddress&)':
ntp:35: error: 'time_t getNtpTime(IPAddress&)' redeclared as different kind of symbol
time_t getNtpTime( IPAddress &timeServerIP)
^
In file included from C:\time\Clock5_160924\clock5web\Clock5web.h:1:0:
Clock5web.h:46: error: previous declaration of 'time_t getNtpTime'
time_t getNtpTime( IPAddress &timeServerIP);
^
exit status 1
'IPAddress' was not declared in this scope
Этот отчёт будет иметь больше информации с
включенной опцией Файл -> Настройки ->
"Показать подробный вывод во время компиляции"