- Samsung Galaxy S25 - végre van kicsi!
- Előzetesen a Galaxy Z Fold Ultra
- Egy hét múlva érkezik a Huawei kamerabajnoka
- Android szakmai topik
- Profi EKG-s óra lett a Watch Fitből
- Huawei Watch GT 5 Pro - egészség + stílus
- Huawei Watch GT 2 Pro - egyszerűen gyönyörű
- Telekom mobilszolgáltatások
- Fotók, videók mobillal
- Huawei Watch 5 - okosóra érintőlegesen
Új hozzászólás Aktív témák
-
mtibi55
tag
szia én is ki szeretném próbálni a Yoradio-t de gond van a fordítással. Nem vagyok egy programozó guru csak követem a leírásokat de itt elakadtam. tudnál segíteni?
Arduino: 1.8.19 (Windows 7), Board: "ESP32 Dev Module, Disabled, Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\audioVS1053\audioVS1053Ex.cpp: In member function 'bool Audio::connecttohost(const char*, const char*, const char*)':
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\audioVS1053\audioVS1053Ex.cpp:1797:8: error: 'ESP_ARDUINO_VERSION_MAJOR' was not declared in this scope
if(ESP_ARDUINO_VERSION_MAJOR == 2 && ESP_ARDUINO_VERSION_MINOR == 0 && ESP_ARDUINO_VERSION_PATCH >= 3 && MAX_AUDIO_SOCKET_TIMEOUT){
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\audioVS1053\audioVS1053Ex.cpp:1797:42: error: 'ESP_ARDUINO_VERSION_MINOR' was not declared in this scope
if(ESP_ARDUINO_VERSION_MAJOR == 2 && ESP_ARDUINO_VERSION_MINOR == 0 && ESP_ARDUINO_VERSION_PATCH >= 3 && MAX_AUDIO_SOCKET_TIMEOUT){
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\audioVS1053\audioVS1053Ex.cpp:1797:76: error: 'ESP_ARDUINO_VERSION_PATCH' was not declared in this scope
if(ESP_ARDUINO_VERSION_MAJOR == 2 && ESP_ARDUINO_VERSION_MINOR == 0 && ESP_ARDUINO_VERSION_PATCH >= 3 && MAX_AUDIO_SOCKET_TIMEOUT){
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp: In member function 'void Config::listSD(fs::File&, fs::File&, const char*, uint8_t)':
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:361:39: error: 'class fs::File' has no member named 'path'
if(levels && !checkNoMedia(file.path())){
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:362:42: error: 'class fs::File' has no member named 'path'
listSD(plSDfile, plSDindex, file.path(), levels -1);
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:367:80: error: 'class fs::File' has no member named 'path'
plSDfile.print(file.name()); plSDfile.print("\t"); plSDfile.print(file.path()); plSDfile.print("\t"); plSDfile.println(0);
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp: In static member function 'static void Config::doSleep()':
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:666:56: error: 'analogWrite' was not declared in this scope
if(BRIGHTNESS_PIN!=255) analogWrite(BRIGHTNESS_PIN, 0);
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp: In member function 'void Config::doSleepW()':
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:677:56: error: 'analogWrite' was not declared in this scope
if(BRIGHTNESS_PIN!=255) analogWrite(BRIGHTNESS_PIN, 0);
^
In file included from C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:1:0:
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp: In member function 'void Config::bootInfo()':
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:699:35: error: 'ESP_ARDUINO_VERSION_MAJOR' was not declared in this scope
BOOTLOG("esp32core:\t%d.%d.%d", ESP_ARDUINO_VERSION_MAJOR, ESP_ARDUINO_VERSION_MINOR, ESP_ARDUINO_VERSION_PATCH);
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.h:32:55: note: in definition of macro 'BOOTLOG'
#define BOOTLOG( ... ) { char buf[120]; sprintf( buf, __VA_ARGS__ ) ; Serial.print("##[BOOT]#\t"); Serial.println(buf); }
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:699:62: error: 'ESP_ARDUINO_VERSION_MINOR' was not declared in this scope
BOOTLOG("esp32core:\t%d.%d.%d", ESP_ARDUINO_VERSION_MAJOR, ESP_ARDUINO_VERSION_MINOR, ESP_ARDUINO_VERSION_PATCH);
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.h:32:55: note: in definition of macro 'BOOTLOG'
#define BOOTLOG( ... ) { char buf[120]; sprintf( buf, __VA_ARGS__ ) ; Serial.print("##[BOOT]#\t"); Serial.println(buf); }
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.cpp:699:89: error: 'ESP_ARDUINO_VERSION_PATCH' was not declared in this scope
BOOTLOG("esp32core:\t%d.%d.%d", ESP_ARDUINO_VERSION_MAJOR, ESP_ARDUINO_VERSION_MINOR, ESP_ARDUINO_VERSION_PATCH);
^
C:\Users\toshiba\Desktop\radio\yoradio-main\yoradio-main\yoRadio\src\core\config.h:32:55: note: in definition of macro 'BOOTLOG'
#define BOOTLOG( ... ) { char buf[120]; sprintf( buf, __VA_ARGS__ ) ; Serial.print("##[BOOT]#\t"); Serial.println(buf); }
^
exit status 1
Error compiling for board ESP32 Dev Module.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Új hozzászólás Aktív témák
- Lenovo Thinkpad P53S - 15.6" - I7 8565U 1.80GHZ- 16Gb ram - Nvidia P520
- Lenovo Thinkpad P1 15,6" CORE I7-8850H 2.60GH- 32Gb ram - Nvidia P2000 vga
- Galaxy S23 Ultra 512gb 1,5 év gari
- Kedvező áron Lenovo ThinkCentre M73 Mini PC eladó Fali konzollal
- AMD TUF FÉLKONFIG Ryzen5 5600g 32Gb G.skill DDR4 WIFI CM hűtés , garanciával .
- 127 - Lenovo Legion Pro 7 (16IRX9H) - Intel Core i9-14900HX, RTX 4080
- ÁRGARANCIA! Épített KomPhone i5 14600KF 32/64GB RAM RTX 5070 12GB GAMER PC termékbeszámítással
- Nincs még weboldala, vagy szeretne újabbat? 50.000-ért teljes oldalt kap
- Új! Targus - USB-C Dual HDMI 4K HUB - 2 HDMI-vel. Saját töltő nélkül 2 monitorral (120Hz)
- Telefon felvásárlás!! Samsung Galaxy A13/Samsung Galaxy A33/Samsung Galaxy A53
Állásajánlatok
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest
Cég: Liszt Ferenc Zeneművészeti Egyetem
Város: Budapest