Updated Input Calibration (markdown)

Candas1
2021-11-08 16:33:04 +01:00
parent ff96caa70a
commit c7e15d4c19

@@ -50,4 +50,5 @@ The limits will be saved/overwritten in flash memory when you turn the board off
⚠The limits will be persisted in flash memory even if you flash the firmware again, the only way to delete it is to fully erase the chip in st-utility before flashing.<br /> ⚠The limits will be persisted in flash memory even if you flash the firmware again, the only way to delete it is to fully erase the chip in st-utility before flashing.<br />
An alternative to bypass those limits is to change **FLASH_WRITE_KEY** in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h). An alternative to bypass those limits is to change **FLASH_WRITE_KEY** in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h).
If you have no use of auto-calibration feature and want to turn it off not to accidentally start this mode, you can disable it in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) by commenting parameter AUTO_CALIBRATION_ENA. If you have no use of auto-calibration feature and want to turn it off not to accidentally start this mode, you can disable it in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) by commenting parameter AUTO_CALIBRATION_ENA.<br>
Firmware will still use previously saved auto-calibration values.