Gábor Poczkodi
Gábor Poczkodi
### Describe the problem I use the feature of Windows to redirect the common folders, including Documents, to a network share. So that all of my computers see the same....
I found in the source that rf_set_power_level_index sets a fixed hard-coded value. According to [this](https://datasheet.lcsc.com/szlcsc/2005281132_LSD-LSD4BT-K53ASTD001_C521558.pdf) document, it corresponds to about 7.425 mA. It would be totally fine for me to...
## Description: **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6300 ## Checklist: - [ x] I am merging into `next` because this is...
It happens if I just hit save config and reboot. It blinks blue and reboots after a while. The only change is in the system.conf from RTSP_AUDIO=yes to RTSP_AUDIO= Don't...
https://github.com/roleoroleo/yi-hack-MStar/blob/42d08f9ff709ffa8b6f179a21a53e143e61b9e30/src/www/httpd/cgi-bin/eventsdir.sh#L20 The repeated calls to date slows down this loop from 0.x seconds to 5-9 seconds, with about 60 directories. I tried removing datetime from the json output, that's how...
# What does this implement/fix? Texas Instruments CC1101 transceiver component. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [ x] New feature (non-breaking...
## Description: **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#6300 ## Checklist: - [x] I am merging into `next` because this is new documentation that has a matching...
# What does this implement/fix? This is just a simple barebone i2c_device, similar to the spi_device, that can be used to quickly test i2c devices using lambdas, without writing a...
Si4713
# What does this implement/fix? Si47xx FM Transmitter control through I2C. Should be compatible with all variations, but only Si4713 can be found. ## Types of changes - [ ]...