Getting Error While Compiling in Arduino IDE / pojawia się błąd podczas kompilacji in Arduino IDE
C:\Users\worka\OneDrive\Documents\Arduino\src\src\update\UpdateBuilder.cpp: In constructor 'UpdateBuilder::UpdateBuilder(const String&)':
C:\Users\worka\OneDrive\Documents\Arduino\src\src\update\UpdateBuilder.cpp:20:50: error: 'BUILD_VERSION' was not declared in this scope; did you mean 'LWIP_VERSION'?
20 | parseURL = new ParseURL(url + "&ver=" + String(BUILD_VERSION));
| ^~~~~~~~~~~~~
| LWIP_VERSION
Multiple libraries were found for "SoftwareSerial.h"
Used: C:\Users\worka\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\SoftwareSerial
Not used: C:\Users\worka\OneDrive\Documents\Arduino\libraries\EspSoftwareSerial
Multiple libraries were found for "SH1106Wire.h"
Used: C:\Users\worka\OneDrive\Documents\Arduino\libraries\ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays
Not used: C:\Users\worka\OneDrive\Documents\Arduino\libraries\Oled-SSD1306
exit status 1
Compilation error: 'BUILD_VERSION' was not declared in this scope; did you mean 'LWIP_VERSION'?