diff --git a/Setup-current-and-speed-limits.md b/Setup-current-and-speed-limits.md
index c0df61d..65ebd11 100644
--- a/Setup-current-and-speed-limits.md
+++ b/Setup-current-and-speed-limits.md
@@ -1,6 +1,7 @@
## :zap: Current Limit
I_MOT_MAX parameter is the maximum single motor current limit, you can adjust in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) file to decrease/increase current limit(Amps).
I_DC_MAX parameter is the maximum stage2 DC Link current limit for Commutation and Sinusoidal types (This is the final current protection). Above this value, current chopping is applied. To avoid this make sure that should be set it to I_MOT_MAX + 2A.
+Some boards are missing the components to measure the DC current, this means current limiting won't work with Commutation and Sinusoidal, FOC should be used in this case.
⚠ Current and speed limits will be stored in flash memory if you set them up on the go or if you do the auto-calibration, so changing it in config.h file won't have any effect anymore. It will be only erased from flash memory if you fully delete memory before flashing.
An alternative to bypass those settings is to change **FLASH_WRITE_KEY** in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h).