Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Arduino: 1.8.5 (Windows 10), Плата:"NodeMCU 1.0 (ESP-12E Module), 80 MHz, 4M (1M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void setup()':
- LED_clock_weath_v10.08.2018:227: error: 'sensorsBmp' was not declared in this scope
- sensorsBmp();
- ^
- LED_clock_weath_v10.08.2018:244: error: 'sensorsBme' was not declared in this scope
- sensorsBme();
- ^
- LED_clock_weath_v10.08.2018:251: error: 'sensorsSi7021' was not declared in this scope
- sensorsSi7021();
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In lambda function:
- LED_clock_weath_v10.08.2018:265: error: 'handleFileRead' was not declared in this scope
- if(!handleFileRead(server.uri()))
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void setup()':
- LED_clock_weath_v10.08.2018:268: error: 'server_init' was not declared in this scope
- server_init();
- ^
- LED_clock_weath_v10.08.2018:270: error: 'loadConfig' was not declared in this scope
- loadConfig();
- ^
- LED_clock_weath_v10.08.2018:276: error: 'ukrText' was not declared in this scope
- if (lang == 0) ukrText();
- ^
- LED_clock_weath_v10.08.2018:277: error: 'rusText' was not declared in this scope
- else if (lang == 1) rusText();
- ^
- LED_clock_weath_v10.08.2018:278: error: 'polText' was not declared in this scope
- else if (lang == 2) polText();
- ^
- LED_clock_weath_v10.08.2018:279: error: 'czText' was not declared in this scope
- else if (lang == 3) czText();
- ^
- LED_clock_weath_v10.08.2018:280: error: 'deText' was not declared in this scope
- else if (lang == 4) deText();
- ^
- LED_clock_weath_v10.08.2018:281: error: 'enText' was not declared in this scope
- else if (lang == 5) enText();
- ^
- LED_clock_weath_v10.08.2018:284: error: 'wifiConnect' was not declared in this scope
- wifiConnect();
- ^
- LED_clock_weath_v10.08.2018:301: error: 'getWeatherData' was not declared in this scope
- if(outForecast) getWeatherData();
- ^
- LED_clock_weath_v10.08.2018:302: error: 'getWeatherDataz' was not declared in this scope
- if(outForecast) getWeatherDataz();
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void callback(char*, byte*, unsigned int)':
- LED_clock_weath_v10.08.2018:321: error: 'bip' was not declared in this scope
- bip();
- ^
- LED_clock_weath_v10.08.2018:323: error: 'printStringWithShift' was not declared in this scope
- printStringWithShift(Text.c_str(), 30);
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void reconnect()':
- LED_clock_weath_v10.08.2018:365: error: 'printTime' was not declared in this scope
- printTime();
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void loop()':
- LED_clock_weath_v10.08.2018:385: error: 'updateTime' was not declared in this scope
- updateTime(); // оновлюємо час
- ^
- LED_clock_weath_v10.08.2018:400: error: 'bip' was not declared in this scope
- bip();
- ^
- LED_clock_weath_v10.08.2018:405: error: 'alarms' was not declared in this scope
- if(second>0 && alarms()){
- ^
- LED_clock_weath_v10.08.2018:419: error: 'bip' was not declared in this scope
- bip();
- ^
- LED_clock_weath_v10.08.2018:422: error: 'printStringWithShift' was not declared in this scope
- printStringWithShift((" "), timeScrollSpeed);
- ^
- LED_clock_weath_v10.08.2018:443: error: 'bip' was not declared in this scope
- bip();
- ^
- LED_clock_weath_v10.08.2018:446: error: 'printStringWithShift' was not declared in this scope
- printStringWithShift((" 22:55 " + tMes + " люблю тебя, зайчик:3 ").c_str(), timeScrollSpeed);
- ^
- LED_clock_weath_v10.08.2018:469: error: 'bip' was not declared in this scope
- bip();
- ^
- LED_clock_weath_v10.08.2018:477: error: 'sensors' was not declared in this scope
- sensors();
- ^
- LED_clock_weath_v10.08.2018:480: error: 'convertDw' was not declared in this scope
- convertDw();
- ^
- LED_clock_weath_v10.08.2018:481: error: 'convertMonth' was not declared in this scope
- convertMonth();
- ^
- LED_clock_weath_v10.08.2018:483: error: 'printStringWithShift' was not declared in this scope
- printStringWithShift(date.c_str(), timeScrollSpeed);
- ^
- LED_clock_weath_v10.08.2018:485: error: 'printStringWithShift' was not declared in this scope
- printStringWithShift(weatherString.c_str(), timeScrollSpeed);
- ^
- LED_clock_weath_v10.08.2018:496: error: 'wifiConnect' was not declared in this scope
- wifiConnect();
- ^
- LED_clock_weath_v10.08.2018:501: error: 'timeUpdateNTP' was not declared in this scope
- if(((statusUpdateNtpTime==0 && second==43) || (minute==02 && second==43)) && !alarm_stat) timeUpdateNTP();
- ^
- LED_clock_weath_v10.08.2018:506: error: 'getWeatherData' was not declared in this scope
- if(outForecast) getWeatherData();
- ^
- LED_clock_weath_v10.08.2018:507: error: 'getWeatherDataz' was not declared in this scope
- if(outForecast) getWeatherDataz();
- ^
- LED_clock_weath_v10.08.2018:509: error: 'getWeatherData' was not declared in this scope
- if(updateForecast && outForecast) getWeatherData();
- ^
- LED_clock_weath_v10.08.2018:510: error: 'getWeatherDataz' was not declared in this scope
- if(updateForecasttomorrow && outForecast) getWeatherDataz();
- ^
- LED_clock_weath_v10.08.2018:535: error: 'printTime' was not declared in this scope
- printTime();
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void showSimpleTemp()':
- LED_clock_weath_v10.08.2018:560: error: 'showDigit' was not declared in this scope
- showDigit((t1 < 0 ? 14 : 13), 0, dig5x8rn); // друкуємо D+ альбо D-
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void showSimpleTempU()':
- LED_clock_weath_v10.08.2018:574: error: 'showDigit' was not declared in this scope
- showDigit((t3 < 0 ? 16 : 15), 0, dig5x8rn); //друкуємо U+ альбо U-
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void showSimpleHum()':
- LED_clock_weath_v10.08.2018:589: error: 'showDigit' was not declared in this scope
- showDigit(17, 0, dig5x8rn); // друкуємо знак вологості
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void showSimplePre()':
- LED_clock_weath_v10.08.2018:603: error: 'showDigit' was not declared in this scope
- showDigit(19, 0, dig5x8rn); // друкуємо знак тиску
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: In function 'void showSimpleDate()':
- LED_clock_weath_v10.08.2018:616: error: 'showDigit' was not declared in this scope
- showDigit(day / 10, 8, dig4x8);
- ^
- LED_clock_weath_v10.08.2018:622: error: 'setCol' was not declared in this scope
- setCol(18, 0xC0);
- ^
- C:\Users\mrcot\Desktop\WiFi Clock\firmware\weatherClock1.2\LED_clock_weath_v10.08.2018\LED_clock_weath_v10.08.2018.ino: At global scope:
- LED_clock_weath_v10.08.2018:640: error: expected unqualified-id before 'if'
- if(del == 0) {
- ^
- LED_clock_weath_v10.08.2018:648: error: expected unqualified-id before 'else'
- } else del--;
- ^
- LED_clock_weath_v10.08.2018:649: error: expected constructor, destructor, or type conversion before ';' token
- clr();
- ^
- LED_clock_weath_v10.08.2018:650: error: expected unqualified-id before 'for'
- for(i = 0; i < num; i++) {
- ^
- LED_clock_weath_v10.08.2018:650: error: 'i' does not name a type
- for(i = 0; i < num; i++) {
- ^
- LED_clock_weath_v10.08.2018:650: error: 'i' does not name a type
- for(i = 0; i < num; i++) {
- ^
- LED_clock_weath_v10.08.2018:662: error: 'dy' does not name a type
- dy = 0;
- ^
- LED_clock_weath_v10.08.2018:664: error: expected unqualified-id before 'if'
- if(!alarm_stat){
- ^
- Несколько библиотек найдено для "Adafruit_Sensor.h"
- Используется: C:\Program Files (x86)\Arduino\libraries\Adafruit_Sensor
- Не используется: C:\Program Files (x86)\Arduino\libraries\Adafruit_Sensor-master
- exit status 1
- 'sensorsBmp' was not declared in this scope
- Этот отчёт будет иметь больше информации с
- включенной опцией Файл -> Настройки ->
- "Показать подробный вывод во время компиляции"
Advertisement
Add Comment
Please, Sign In to add comment