Arduino: 1.6.12 (Linux), Плата:"Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/Sonoff_WiFi_switch.ino: In function 'void setup()':
Sonoff_WiFi_switch:70: error: 'FS_init' was not declared in this scope
FS_init();
^
Sonoff_WiFi_switch:72: error: 'loadConfig' was not declared in this scope
loadConfig();
^
Sonoff_WiFi_switch:74: error: 'Tach_0' was not declared in this scope
attachInterrupt(Tach0, Tach_0, RISING); //прерывание сработает, когда состояние вывода изменится с низкого уровня на высокий
^
Sonoff_WiFi_switch:76: error: 'WIFIAP_Client' was not declared in this scope
WIFIAP_Client();
^
Sonoff_WiFi_switch:80: error: 'HTTP_init' was not declared in this scope
HTTP_init();
^
Sonoff_WiFi_switch:83: error: 'SSDP_init' was not declared in this scope
SSDP_init();
^
Sonoff_WiFi_switch:86: error: 'Time_init' was not declared in this scope
Time_init(timezone);
^
Sonoff_WiFi_switch:88: error: 'alert' was not declared in this scope
tickerAlert.attach(1, alert);
^
Sonoff_WiFi_switch:89: error: 'ip_wan' was not declared in this scope
ip_wan();
^
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/Sonoff_WiFi_switch.ino: In function 'void loop()':
Sonoff_WiFi_switch:96: error: 'handleUDP' was not declared in this scope
handleUDP();
^
Sonoff_WiFi_switch:112: error: 'ip_wan' was not declared in this scope
ip_wan();
^
Sonoff_WiFi_switch:121: error: 'Time_init' was not declared in this scope
Time_init(timezone);
^
Sonoff_WiFi_switch:125: error: 'Time_init' was not declared in this scope
Time_init(timezone);
^
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/Sonoff_WiFi_switch.ino: In function 'void alert()':
Sonoff_WiFi_switch:132: error: 'XmlTime' was not declared in this scope
String Time=XmlTime();
^
Sonoff_WiFi_switch:135: error: 'Time01' was not declared in this scope
Time01();
^
Sonoff_WiFi_switch:139: error: 'Time02' was not declared in this scope
Time02();
^
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/HTTP_init.ino: In function 'void handle_TimeZone()':
HTTP_init:44: error: 'Time_init' was not declared in this scope
Time_init(timezone);
^
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/HTTP_init.ino: In function 'void handle_Time()':
HTTP_init:79: error: 'Time_init' was not declared in this scope
Time_init(timezone);
^
HTTP_init:80: error: 'XmlTime' was not declared in this scope
String Time = XmlTime();
^
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/HTTP_init.ino: In function 'void HTTP_init()':
HTTP_init:116: error: 'handle_ConfigXML' was not declared in this scope
HTTP.on("/configs.json", handle_ConfigXML); // формирование config_xml страницы для передачи данных в web интерфейс
^
HTTP_init:117: error: 'handle_IplocationXML' was not declared in this scope
HTTP.on("/iplocation.xml", handle_IplocationXML); // формирование iplocation_xml страницы для передачи данных в web интерфейс
^
HTTP_init:122: error: 'inquirySSDP' was not declared in this scope
HTTP.on("/devices", inquirySSDP); // Блок для
^
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/Tach.ino: In function 'void Time01()':
Tach:14: error: 'setT1' was not declared in this scope
tickerSetLow.attach(TimeLed*60, setT1, 0);
^
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/Tach.ino: In function 'void Time02()':
Tach:19: error: 'setT2' was not declared in this scope
tickerSetLow.attach(TimeLed*60, setT2, 0);
^
/home/sergey/Документы/Arduino/Sonoff_WiFi_switch/WIFI.ino: In function 'void WIFIAP_Client()':
WIFI:12: error: 'StartAPMode' was not declared in this scope
StartAPMode();
^
exit status 1
'FS_init' was not declared in this scope