GUI-Generic Arduino IDE

User avatar
jamsjamsen
Posts: 72
Joined: Sat Jan 28, 2017 11:08 am
Location: 0xE952

Post

Patryk wrote: Thu Jul 20, 2023 7:48 pm Wszystko ładnie się kompiluje.
Prawdopodobnie Masz ten problem:
viewtopic.php?p=154341#p154341
I wszystko jasne, po usunięciu ręcznie "SoftSerial" z paczki 3.1.2 kompiluje się ładnie.

Dzięki za naprowadzenie :)
Byłem na Supla Offline Party 2023 & 2024 ;
workatforce
Posts: 34
Joined: Wed Aug 30, 2023 2:56 pm

Post

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'?

Return to “GUI Generic”