Arduino: 1.8.10 (Windows 10), Board: "Generic ESP8266 Module, 80 MHz, Flash, Disabled, ck, 26 MHz, 40MHz, DOUT (compatible), 1M (no SPIFFS), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200" F:\2020_TASMOTA\Tasmota-development\sonoff\xdrv_02_irremote.ino: In function 'boolean IrSendCommand()': xdrv_02_irremote:316:23: error: 'class IRsend' has no member named 'sendSony' irsend->sendSony(data, bits); break; ^ xdrv_02_irremote:322:23: error: 'class IRsend' has no member named 'sendDISH' irsend->sendDISH(data, bits); break; ^ xdrv_02_irremote:324:23: error: 'class IRsend' has no member named 'sendJVC' irsend->sendJVC(data, bits, 1); break; ^ xdrv_02_irremote:326:23: error: 'class IRsend' has no member named 'sendSAMSUNG' irsend->sendSAMSUNG(data, bits); break; ^ xdrv_02_irremote:328:23: error: 'class IRsend' has no member named 'sendPanasonic' irsend->sendPanasonic(bits, data); break; ^ F:\2020_TASMOTA\Tasmota-development\sonoff\xplg_ws2812.ino: At global scope: xplg_ws2812:80:18: error: conflicting declaration 'uint8_t kRepeat [5]' uint8_t kRepeat[5] = { ^ In file included from F:\2020_TASMOTA\Tasmota-development\sonoff\xdrv_02_irremote.ino:74:0: C:\Users\Administrator\Documents\Arduino\libraries\IRremoteESP8266-2.7.2\src/IRrecv.h:26:16: error: 'kRepeat' has a previous declaration as 'const uint64_t kRepeat' const uint64_t kRepeat = UINT64_MAX; ^ F:\2020_TASMOTA\Tasmota-development\sonoff\xplg_ws2812.ino: In function 'void Ws2812Gradient(uint8_t)': xplg_ws2812:214:48: error: invalid types 'const uint64_t {aka const long long unsigned int}[uint8_t {aka unsigned char}]' for array subscript uint8_t repeat = kRepeat[Settings.light_width]; // number of scheme.count per ledcount ^ xplg_ws2812:224:37: error: invalid types 'const uint64_t {aka const long long unsigned int}[uint8_t {aka unsigned char}]' for array subscript if (kRepeat[Settings.light_width] > 1) { ^ Mehrere Bibliotheken wurden für "PubSubClient.h" gefunden Benutzt: C:\Users\Administrator\Documents\Arduino\libraries\PubSubClient-EspEasy-2.7.12 Mehrere Bibliotheken wurden für "ESP8266WiFi.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266WiFi Mehrere Bibliotheken wurden für "TasmotaSerial.h" gefunden Benutzt: C:\Users\Administrator\Documents\Arduino\libraries\TasmotaSerial-2.4.1 Mehrere Bibliotheken wurden für "Ticker.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\Ticker Mehrere Bibliotheken wurden für "ESP8266httpUpdate.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266httpUpdate Mehrere Bibliotheken wurden für "ESP8266mDNS.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266mDNS Mehrere Bibliotheken wurden für "Wire.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\Wire Mehrere Bibliotheken wurden für "NeoPixelBus.h" gefunden Benutzt: C:\Users\Administrator\Documents\Arduino\libraries\NeoPixelBus-2.5.0.09 Mehrere Bibliotheken wurden für "SPI.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\SPI Mehrere Bibliotheken wurden für "ESP8266HTTPClient.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266HTTPClient Mehrere Bibliotheken wurden für "ArduinoJson.h" gefunden Benutzt: C:\Users\Administrator\Documents\Arduino\libraries\ArduinoJson-5.13.4 Mehrere Bibliotheken wurden für "ESP8266WebServer.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266WebServer Mehrere Bibliotheken wurden für "DNSServer.h" gefunden Benutzt: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\DNSServer Mehrere Bibliotheken wurden für "IRremoteESP8266.h" gefunden Benutzt: C:\Users\Administrator\Documents\Arduino\libraries\IRremoteESP8266-2.7.2 exit status 1 'class IRsend' has no member named 'sendSony' Dieser Bericht wäre detaillierter, wenn die Option "Ausführliche Ausgabe während der Kompilierung" in Datei -> Voreinstellungen aktiviert wäre.