fitim7
fitim7
> Ich find' es ziemlich schwierig die korrekte LED sowie Transistor zu finden. Reicht wirklich die Wellenlänge aus? Oder muss ich noch auf Anstiegs-, Abfallzeiten oder anderes ähnliches achten? >...
Well, not the latest version, but at least the 3rd last version ... its not to old...
Is „USE_SCRIPT“ already implemented for ESP32? Getting weird errors here: ``` .pioenvs/tasmota32-DE/src/tasmota.ino.cpp.o:(.literal._Z6Xdrv10h+0x28): undefined reference to `ScriptWebShow(char)' .pioenvs/tasmota32-DE/src/tasmota.ino.cpp.o: In function `Xdrv10(unsigned char)': /Users/fits/Downloads/Sonoff-Tasmota-universal8/tasmota/xdrv_10_scripter.ino:5108: undefined reference to `ScriptWebShow(char)' ``` Same happening for...
You sir saved my day. Thank you. And yes, I define both, just wanted to show the problem here. Btw. This also happens with "USE_LIGHT" in ESP32: ``` .pioenvs/tasmota32-DE/src/tasmota.ino.cpp.o:(.literal._Z6Xdrv10h+0x28): undefined...
Hmm, okay that's weird. So the only way to handle this for me is: ``` #undef USE_LIGHT ``` Thank you my friend! Script working now btw ! :)