diff --git a/Battery.md b/Battery.md
index a43aa35..1742560 100644
--- a/Battery.md
+++ b/Battery.md
@@ -16,7 +16,9 @@ You can adjust the levels to your needs in [config.h](https://github.com/Emanuel
|LVL3|3.7v|Yellow blink|||BAT_LVL3|
|LVL2|3.6v|Red|Slow beeps|BAT_LVL2_ENABLE|BAT_LVL2|
|LVL1|3.5v|Red Blink|Fast beeps|BAT_LVL1_ENABLE|BAT_LVL1|
-|DEAD|3.37v||Power Off|||
+|DEAD|3.37v||Power Off|BAT_DEAD_ENABLE||
+
+BAT_LVL1_ENABLE and BAT_DEAD_ENABLE are enabled by default, you can disable it by making it 0 in the config.h file.
## :zzz: Inactivity timeout - Power Saving
The board will automatically power off after approximatively 8 minutes of inactivity by default.
@@ -40,6 +42,9 @@ If the board is [beeping](https://github.com/EmanuelFeru/hoverboard-firmware-hac
* You can limit the [current](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Setup-current-and-speed-limits#current-limit) being drawn to reduce the voltage drop but you will also reduce the power
* [Debug Serial](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Debug-Serial) can be used to monitor battery voltage
+You can turn off the battery dead power off with BAT_DEAD_ENABLE parameter for debugging.
+
+
If the board turns off without the melody, the BMS is shutting the power off
* You are drawing too much current which triggers the over-discharge protection of your BMW. You can limit the [current](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki/Setup-current-and-speed-limits#current-limit) but you will reduce the power
* It can happen if your battery is fully charged and too much current is flowing back (regenerative braking), it can trigger overcharge protection of your BMS