C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino: In function 'void loop()':
Clock5web:331: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG( "restart ...");
^
C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino: In function 'void check_sensor()':
Clock5web:386: error: call of overloaded 'set_brightness()' is ambiguous
set_brightness();
^
C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:386:20: note: candidates are:
In file included from C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:32:0:
sketch\Clock5web.h:43:6: note: void set_brightness(int)
void set_brightness(int foto = 0);
^
C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:410:6: note: void set_brightness()
void set_brightness()
^
C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino: In function 'void set_brightness()':
Clock5web:428: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG( "i=%d, foto=%d, level=%d\n", i, foto, level);
^
Clock5web:451: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG( "brightness: %d\n", cur_brightness);
^
C:\Users\V.S.V\Desktop\Clock5web\ds3231.ino: In function 'void get_ds3231()':
ds3231:24: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG( "DS3231 time = %d %02d.%02d.%04d %02d:%02d:%02d\n", weekday(ds3231_time), day(ds3231_time), month(ds3231_time), year(ds3231_time), hour(ds3231_time), minute(ds3231_time), second(ds3231_time));
^
C:\Users\V.S.V\Desktop\Clock5web\eeprom.ino: In function 'void read_settings_ESP()':
eeprom:14: error: call of overloaded 'set_brightness()' is ambiguous
set_brightness();
^
C:\Users\V.S.V\Desktop\Clock5web\eeprom.ino:14:20: note: candidates are:
In file included from C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:32:0:
sketch\Clock5web.h:43:6: note: void set_brightness(int)
void set_brightness(int foto = 0);
^
C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:410:6: note: void set_brightness()
void set_brightness()
^
C:\Users\V.S.V\Desktop\Clock5web\eeprom.ino: In function 'void clear_data()':
eeprom:43: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG("EEPROM set default\n");
^
C:\Users\V.S.V\Desktop\Clock5web\max7219.ino: In function 'void max_init()':
max7219:19: error: call of overloaded 'set_brightness()' is ambiguous
set_brightness();
^
C:\Users\V.S.V\Desktop\Clock5web\max7219.ino:19:18: note: candidates are:
In file included from C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:32:0:
sketch\Clock5web.h:43:6: note: void set_brightness(int)
void set_brightness(int foto = 0);
^
C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:410:6: note: void set_brightness()
void set_brightness()
^
C:\Users\V.S.V\Desktop\Clock5web\ntp.ino: In function 'bool get_ntp_time()':
ntp:6: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG("Starting UDP");
^
C:\Users\V.S.V\Desktop\Clock5web\ntp.ino: In function 'time_t getNtpTime(IPAddress&)':
ntp:38: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG( "Transmit NTP Request to ip: %d.%d.%d.%d\n", timeServerIP[0], timeServerIP[1], timeServerIP[2], timeServerIP[3]);
^
C:\Users\V.S.V\Desktop\Clock5web\show_time.ino: In function 'void show_time(bool)':
C:\Users\V.S.V\Desktop\Clock5web\show_time.ino:7:8: warning: unused variable 'out' [-Wunused-variable]
byte out;
^
C:\Users\V.S.V\Desktop\Clock5web\web.ino: In function 'void handleRoot()':
web:210: error: too few arguments to function 'String html_begin_body(bool)'
str += html_begin_body();
^
C:\Users\V.S.V\Desktop\Clock5web\web.ino:179:8: note: declared here
String html_begin_body(bool show_foto)
^
C:\Users\V.S.V\Desktop\Clock5web\web.ino: In function 'void handleTime()':
web:264: error: too few arguments to function 'String html_begin_body(bool)'
str += html_begin_body();
^
C:\Users\V.S.V\Desktop\Clock5web\web.ino:179:8: note: declared here
String html_begin_body(bool show_foto)
^
C:\Users\V.S.V\Desktop\Clock5web\web.ino: In function 'void handleWiFi()':
web:392: error: too few arguments to function 'String html_begin_body(bool)'
str += html_begin_body();
^
C:\Users\V.S.V\Desktop\Clock5web\web.ino:179:8: note: declared here
String html_begin_body(bool show_foto)
^
C:\Users\V.S.V\Desktop\Clock5web\web.ino: In function 'void handleSetParam()':
web:612: error: call of overloaded 'set_brightness()' is ambiguous
set_brightness();
^
C:\Users\V.S.V\Desktop\Clock5web\web.ino:612:18: note: candidates are:
In file included from C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:32:0:
sketch\Clock5web.h:43:6: note: void set_brightness(int)
void set_brightness(int foto = 0);
^
C:\Users\V.S.V\Desktop\Clock5web\Clock5web.ino:410:6: note: void set_brightness()
void set_brightness()
^
C:\Users\V.S.V\Desktop\Clock5web\wifi.ino: In function 'void sta_init()':
wifi:6: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG("STA client '%s' started ...\n", eeprom_data.sta_ssid);
^
C:\Users\V.S.V\Desktop\Clock5web\wifi.ino: In function 'bool sta_check()':
wifi:24: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG( "Local IP: %d.%d.%d.%d\n", localIP[0], localIP[1], localIP[2], localIP[3]);
^
C:\Users\V.S.V\Desktop\Clock5web\wifi.ino: In function 'void ap_init()':
wifi:33: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG("softAP '%s' started ...\n", eeprom_data.ap_ssid);
^
C:\Users\V.S.V\Desktop\Clock5web\wifi.ino: In function 'void check_serv()':
wifi:106: error: 'DEBUG_MSG' was not declared in this scope
DEBUG_MSG( "stop_serv");
^
exit status 1
'DEBUG_MSG' was not declared in this scope