ChuckMash

Results 12 issues of ChuckMash

Extends the serial TPM2 functionality a bit. The bytes 'O' and 'o' now can start and stop the continuous streaming of LED data (as TPM2) being returned over the serial...

Due to a very similar PR (#2925) also today, I will open this a draft to encourage discussion between the 2 similar implementations. * Allows access to JSON API over...

AudioGeneratorMP3 starts its output, but if OOM during begin(), never stops its output. This leads to downstream issues, including mixer not processing audio from the dead stub or any active...

Adds additional utilities to mixer stubs. FlipChannels ``` stub->FlipChannels(true); // Enables Left and Right channel switch/flip for this mixer stub stub->FlipChannels(false); // Disables Left and Right channel switch/flip for this...

Addresses #655 and likely others. I tracked down a nasty click sound when using mixer to mix 2 stubs with MP3s , one is an long ongoing background track and...

Hello, I am using mixer to mix 2 stubs with MP3s from an SD card, one is an long ongoing background track and the other is various sound clips played...

Sets the stream to write received messages to. https://pubsubclient.knolleary.net/api#setStream https://github.com/knolleary/pubsubclient/blob/master/examples/mqtt_stream/mqtt_stream.ino Allows for things like writing large incoming payloads to SD card. Addresses #131

Sets the stream to write received messages to. https://pubsubclient.knolleary.net/api#setStream https://github.com/knolleary/pubsubclient/blob/master/examples/mqtt_stream/mqtt_stream.ino Allows for things like writing large incoming payloads to SD card.

enhancement

### The problem After using tuya-cloudcutter, and reflashing a series of Merkury light bulbs to add to HA, once connected the bulb is detected both as an ESPHome Device and...

Setting keep alive to 0, or infinite keep alive, is not currently handled correctly. Currently the client will immediately disconnect when keep alive is set to 0, this fix adds...