Hi again,
I would like to have a preset change when charging is detected.
This should be in the props file, to be fully configurable.
bool charging = !digitalRead(chargeDetectPin);
Should get the state, but how can I jump to the last preset?
The PropBase Object has no function to count or jump to the last.
My Preset sets have different length, depending what blade is used.
Best option were to jump to a preset name like “Charging”.
I don’t want to modilfy the source, it should be in the propfile.
any Ideas??
thx