diff --git a/Battery.md b/Battery.md
index 458c5b2..9b2f1c0 100644
--- a/Battery.md
+++ b/Battery.md
@@ -9,14 +9,14 @@ You can charge the battery through the mainboard pcb or connect the battery dire
Default battery level are for safe use of LIPO batteries.
You can adjust the levels to your needs in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) if you want to use a battery with a different chemistry.
-|Level|Single Cell Voltage|Sideboard Led|Alert|Enable|
-|---|---|---|---|---|
-|LVL5|3.9v|Green blink|||
-|LVL4|3.8v|Yellow|||
-|LVL3|3.7v|Yellow blink|||
-|LVL2|3.6v|Red|Slow beeps|BAT_LVL2_ENABLE|
-|LVL1|3.5v|Red Blink|Fast beeps|BAT_LVL1_ENABLE|
-|DEAD|3.37v||Power Off||
+|Level|Single Cell Voltage|Sideboard Led|Alert|Enable
Parameter|Ajust
Parameter|
+|---|---|---|---|---|---|
+|LVL5|3.9v|Green blink|||BAT_LVL5|
+|LVL4|3.8v|Yellow|||BAT_LVL4|
+|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|||
## Inactivity timeout - Power Saving
The board will automatically power off after approximatively 8 minutes of inactivity by default.