Rene Guca
Rene Guca
This is a draft for the feature request in #214. Output: ``` ./battery.sh voltage 11.55 11.7 01/17/24-19:47:18 - Keeping voltage between 11.55V and 11.7V 01/17/24-19:47:18 - Battery at 11.55V 01/17/24-19:48:18...
A lithium ion battery is optimally stored at 3.8V per cell. For the MacBook this means 11.4V for the battery. When discharging from a full charge, 11.4V are around 40%....
If a instance of WiFiManagerParameter is created by `new` and deleted by `delete`, a compiler warning is issued. ``` src/settings/SettingsController.cpp:78:67: warning: deleting object of polymorphic class type 'WiFiManagerParameter' which has...
As described in https://github.com/tzapu/WiFiManager/issues/1342#issuecomment-1861246376, the removal of the delay provides a significant improvement of connection time from 700ms to 200ms. This is especially important for battery powered devices.
### The problem If a task is created using `xTaskCreate()` and the task creates log entries with `ESP_LOG`, not all will be visible in the log. Reason: The logger omits...
When the daemon is started at system startup, the pidfile is not updated. This leads to problems when you change the maintenance level because the old daemon is not killed...
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate - [x] Read the documentation to confirm the issue is not addressed...