CastVolumeKnob icon indicating copy to clipboard operation
CastVolumeKnob copied to clipboard

Hardware Volume Knob for Google Cast devices

Results 2 CastVolumeKnob issues
Sort by recently updated
recently updated
newest added

What was your source for figuring out the stop and set_volume commands? I'm trying to add play/pause commands, and a kick in the right direction would be helpful.

In the readme, it says use Firmware `esp8266-20170108-v1.8.7.bin`. `volume.py` uses `led_v.on()` which requires at least MicroPython v1.10. I know it works with `esp8266-20191220-v1.12.bin`, but maybe you want to update the...