Alessandro Campolo
Alessandro Campolo
While debloating a Vodafone Smart N9 VFD720, I noticed the developer asked to share and verify what these apks do: - com.mediatek.callrecorder - com.mediatek.mdmconfig - com.mediatek.wfo.impl Since I cannot verify...
### Description of your *pull request* and other information Adding new extractor for the site https://www.radioradicale.it Template ### Before submitting a *pull request* make sure you have: - [x] At...
## Summary * OS: KUbuntu 23.04 * Bug fix: yes * Type: core * Fixes: Added device address in temperature sensors dict ## Description Some systems, like mine, may have...
Openweathermap.org backend sent min(max) temperatures to frontend instead of measured(felt), as other backends do, so I replaced `json:"temp_min"` and `json:"temp_max"` with `json:"temp"` and `json:"feels_like"`.