Skip to content
Snippets Groups Projects

Add config option to disable low battery check

Merged rahix requested to merge rahix/low-bat-disable into master
All threads resolved!
2 files
+ 27
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -62,4 +62,6 @@ Option name Type Description
@@ -62,4 +62,6 @@ Option name Type Description
``bsec_debug`` Boolean Turn on debug output of the BSEC system. Prints each meaurement on the console.
``bsec_debug`` Boolean Turn on debug output of the BSEC system. Prints each meaurement on the console.
------------------ ---------- -----------
------------------ ---------- -----------
``bsec_offset`` Integer Temperature offset in .1 K. Example: Set to `-14` if temperature reads 1.4 "C" to high. Default: -2.2 K (appropriate for a card10 without a case, connected to USB and with BLE active in vertical orientation).
``bsec_offset`` Integer Temperature offset in .1 K. Example: Set to `-14` if temperature reads 1.4 "C" to high. Default: -2.2 K (appropriate for a card10 without a case, connected to USB and with BLE active in vertical orientation).
 
------------------ ---------- -----------
 
``battery_check`` Boolean Whether the low battery check should be enabled (default ``true``). **Warning**: Do not use this unless you know what you're doing. This option is only meant to be used on devices with a broken PMIC ADMUX connection.
================== ========== ===========
================== ========== ===========
Loading