Current "next" git branch which is the coming version, has the following options (I don't know what the released version supports).
PWM,PWMSync,OneShot125,OneShot42,MultiShot,DShot
Two things DShot and BLHeli_S which are independent
- DShot protocol is superior to Multishot. Dshot is digital, so it does not need to be stupidly faster to average the jitter, it is sharp and accurate already.
- BLHeli_S runs on BusyBee2 chips (EFM8BB2), they use hardware generated PWM instead of programmed pin on and off. This means there is less jitter, wave is well timed and is very fast. I was shocked how more smoother and quite BLHeli_S sounds.
I think ESC should auto-detect protocol and run with OneShot125.