Guest User

Untitled

a guest
Aug 20th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 KB | None | 0 0
  1. 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"
  2.  
  3. 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()':
  4.  
  5. LED_clock_weath_v10.08.2018:227: error: 'sensorsBmp' was not declared in this scope
  6.  
  7. sensorsBmp();
  8.  
  9. ^
  10.  
  11. LED_clock_weath_v10.08.2018:244: error: 'sensorsBme' was not declared in this scope
  12.  
  13. sensorsBme();
  14.  
  15. ^
  16.  
  17. LED_clock_weath_v10.08.2018:251: error: 'sensorsSi7021' was not declared in this scope
  18.  
  19. sensorsSi7021();
  20.  
  21. ^
  22.  
  23. 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:
  24.  
  25. LED_clock_weath_v10.08.2018:265: error: 'handleFileRead' was not declared in this scope
  26.  
  27. if(!handleFileRead(server.uri()))
  28.  
  29. ^
  30.  
  31. 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()':
  32.  
  33. LED_clock_weath_v10.08.2018:268: error: 'server_init' was not declared in this scope
  34.  
  35. server_init();
  36.  
  37. ^
  38.  
  39. LED_clock_weath_v10.08.2018:270: error: 'loadConfig' was not declared in this scope
  40.  
  41. loadConfig();
  42.  
  43. ^
  44.  
  45. LED_clock_weath_v10.08.2018:276: error: 'ukrText' was not declared in this scope
  46.  
  47. if (lang == 0) ukrText();
  48.  
  49. ^
  50.  
  51. LED_clock_weath_v10.08.2018:277: error: 'rusText' was not declared in this scope
  52.  
  53. else if (lang == 1) rusText();
  54.  
  55. ^
  56.  
  57. LED_clock_weath_v10.08.2018:278: error: 'polText' was not declared in this scope
  58.  
  59. else if (lang == 2) polText();
  60.  
  61. ^
  62.  
  63. LED_clock_weath_v10.08.2018:279: error: 'czText' was not declared in this scope
  64.  
  65. else if (lang == 3) czText();
  66.  
  67. ^
  68.  
  69. LED_clock_weath_v10.08.2018:280: error: 'deText' was not declared in this scope
  70.  
  71. else if (lang == 4) deText();
  72.  
  73. ^
  74.  
  75. LED_clock_weath_v10.08.2018:281: error: 'enText' was not declared in this scope
  76.  
  77. else if (lang == 5) enText();
  78.  
  79. ^
  80.  
  81. LED_clock_weath_v10.08.2018:284: error: 'wifiConnect' was not declared in this scope
  82.  
  83. wifiConnect();
  84.  
  85. ^
  86.  
  87. LED_clock_weath_v10.08.2018:301: error: 'getWeatherData' was not declared in this scope
  88.  
  89. if(outForecast) getWeatherData();
  90.  
  91. ^
  92.  
  93. LED_clock_weath_v10.08.2018:302: error: 'getWeatherDataz' was not declared in this scope
  94.  
  95. if(outForecast) getWeatherDataz();
  96.  
  97. ^
  98.  
  99. 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)':
  100.  
  101. LED_clock_weath_v10.08.2018:321: error: 'bip' was not declared in this scope
  102.  
  103. bip();
  104.  
  105. ^
  106.  
  107. LED_clock_weath_v10.08.2018:323: error: 'printStringWithShift' was not declared in this scope
  108.  
  109. printStringWithShift(Text.c_str(), 30);
  110.  
  111. ^
  112.  
  113. 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()':
  114.  
  115. LED_clock_weath_v10.08.2018:365: error: 'printTime' was not declared in this scope
  116.  
  117. printTime();
  118.  
  119. ^
  120.  
  121. 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()':
  122.  
  123. LED_clock_weath_v10.08.2018:385: error: 'updateTime' was not declared in this scope
  124.  
  125. updateTime(); // оновлюємо час
  126.  
  127. ^
  128.  
  129. LED_clock_weath_v10.08.2018:400: error: 'bip' was not declared in this scope
  130.  
  131. bip();
  132.  
  133. ^
  134.  
  135. LED_clock_weath_v10.08.2018:405: error: 'alarms' was not declared in this scope
  136.  
  137. if(second>0 && alarms()){
  138.  
  139. ^
  140.  
  141. LED_clock_weath_v10.08.2018:419: error: 'bip' was not declared in this scope
  142.  
  143. bip();
  144.  
  145. ^
  146.  
  147. LED_clock_weath_v10.08.2018:422: error: 'printStringWithShift' was not declared in this scope
  148.  
  149. printStringWithShift((" "), timeScrollSpeed);
  150.  
  151. ^
  152.  
  153. LED_clock_weath_v10.08.2018:443: error: 'bip' was not declared in this scope
  154.  
  155. bip();
  156.  
  157. ^
  158.  
  159. LED_clock_weath_v10.08.2018:446: error: 'printStringWithShift' was not declared in this scope
  160.  
  161. printStringWithShift((" 22:55 " + tMes + " люблю тебя, зайчик:3 ").c_str(), timeScrollSpeed);
  162.  
  163. ^
  164.  
  165. LED_clock_weath_v10.08.2018:469: error: 'bip' was not declared in this scope
  166.  
  167. bip();
  168.  
  169. ^
  170.  
  171. LED_clock_weath_v10.08.2018:477: error: 'sensors' was not declared in this scope
  172.  
  173. sensors();
  174.  
  175. ^
  176.  
  177. LED_clock_weath_v10.08.2018:480: error: 'convertDw' was not declared in this scope
  178.  
  179. convertDw();
  180.  
  181. ^
  182.  
  183. LED_clock_weath_v10.08.2018:481: error: 'convertMonth' was not declared in this scope
  184.  
  185. convertMonth();
  186.  
  187. ^
  188.  
  189. LED_clock_weath_v10.08.2018:483: error: 'printStringWithShift' was not declared in this scope
  190.  
  191. printStringWithShift(date.c_str(), timeScrollSpeed);
  192.  
  193. ^
  194.  
  195. LED_clock_weath_v10.08.2018:485: error: 'printStringWithShift' was not declared in this scope
  196.  
  197. printStringWithShift(weatherString.c_str(), timeScrollSpeed);
  198.  
  199. ^
  200.  
  201. LED_clock_weath_v10.08.2018:496: error: 'wifiConnect' was not declared in this scope
  202.  
  203. wifiConnect();
  204.  
  205. ^
  206.  
  207. LED_clock_weath_v10.08.2018:501: error: 'timeUpdateNTP' was not declared in this scope
  208.  
  209. if(((statusUpdateNtpTime==0 && second==43) || (minute==02 && second==43)) && !alarm_stat) timeUpdateNTP();
  210.  
  211. ^
  212.  
  213. LED_clock_weath_v10.08.2018:506: error: 'getWeatherData' was not declared in this scope
  214.  
  215. if(outForecast) getWeatherData();
  216.  
  217. ^
  218.  
  219. LED_clock_weath_v10.08.2018:507: error: 'getWeatherDataz' was not declared in this scope
  220.  
  221. if(outForecast) getWeatherDataz();
  222.  
  223. ^
  224.  
  225. LED_clock_weath_v10.08.2018:509: error: 'getWeatherData' was not declared in this scope
  226.  
  227. if(updateForecast && outForecast) getWeatherData();
  228.  
  229. ^
  230.  
  231. LED_clock_weath_v10.08.2018:510: error: 'getWeatherDataz' was not declared in this scope
  232.  
  233. if(updateForecasttomorrow && outForecast) getWeatherDataz();
  234.  
  235. ^
  236.  
  237. LED_clock_weath_v10.08.2018:535: error: 'printTime' was not declared in this scope
  238.  
  239. printTime();
  240.  
  241. ^
  242.  
  243. 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()':
  244.  
  245. LED_clock_weath_v10.08.2018:560: error: 'showDigit' was not declared in this scope
  246.  
  247. showDigit((t1 < 0 ? 14 : 13), 0, dig5x8rn); // друкуємо D+ альбо D-
  248.  
  249. ^
  250.  
  251. 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()':
  252.  
  253. LED_clock_weath_v10.08.2018:574: error: 'showDigit' was not declared in this scope
  254.  
  255. showDigit((t3 < 0 ? 16 : 15), 0, dig5x8rn); //друкуємо U+ альбо U-
  256.  
  257. ^
  258.  
  259. 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()':
  260.  
  261. LED_clock_weath_v10.08.2018:589: error: 'showDigit' was not declared in this scope
  262.  
  263. showDigit(17, 0, dig5x8rn); // друкуємо знак вологості
  264.  
  265. ^
  266.  
  267. 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()':
  268.  
  269. LED_clock_weath_v10.08.2018:603: error: 'showDigit' was not declared in this scope
  270.  
  271. showDigit(19, 0, dig5x8rn); // друкуємо знак тиску
  272.  
  273. ^
  274.  
  275. 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()':
  276.  
  277. LED_clock_weath_v10.08.2018:616: error: 'showDigit' was not declared in this scope
  278.  
  279. showDigit(day / 10, 8, dig4x8);
  280.  
  281. ^
  282.  
  283. LED_clock_weath_v10.08.2018:622: error: 'setCol' was not declared in this scope
  284.  
  285. setCol(18, 0xC0);
  286.  
  287. ^
  288.  
  289. 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:
  290.  
  291. LED_clock_weath_v10.08.2018:640: error: expected unqualified-id before 'if'
  292.  
  293. if(del == 0) {
  294.  
  295. ^
  296.  
  297. LED_clock_weath_v10.08.2018:648: error: expected unqualified-id before 'else'
  298.  
  299. } else del--;
  300.  
  301. ^
  302.  
  303. LED_clock_weath_v10.08.2018:649: error: expected constructor, destructor, or type conversion before ';' token
  304.  
  305. clr();
  306.  
  307. ^
  308.  
  309. LED_clock_weath_v10.08.2018:650: error: expected unqualified-id before 'for'
  310.  
  311. for(i = 0; i < num; i++) {
  312.  
  313. ^
  314.  
  315. LED_clock_weath_v10.08.2018:650: error: 'i' does not name a type
  316.  
  317. for(i = 0; i < num; i++) {
  318.  
  319. ^
  320.  
  321. LED_clock_weath_v10.08.2018:650: error: 'i' does not name a type
  322.  
  323. for(i = 0; i < num; i++) {
  324.  
  325. ^
  326.  
  327. LED_clock_weath_v10.08.2018:662: error: 'dy' does not name a type
  328.  
  329. dy = 0;
  330.  
  331. ^
  332.  
  333. LED_clock_weath_v10.08.2018:664: error: expected unqualified-id before 'if'
  334.  
  335. if(!alarm_stat){
  336.  
  337. ^
  338.  
  339. Несколько библиотек найдено для "Adafruit_Sensor.h"
  340. Используется: C:\Program Files (x86)\Arduino\libraries\Adafruit_Sensor
  341. Не используется: C:\Program Files (x86)\Arduino\libraries\Adafruit_Sensor-master
  342. exit status 1
  343. 'sensorsBmp' was not declared in this scope
  344.  
  345. Этот отчёт будет иметь больше информации с
  346. включенной опцией Файл -> Настройки ->
  347. "Показать подробный вывод во время компиляции"
Advertisement
Add Comment
Please, Sign In to add comment