# MAXSpline Encoder Firmware Changelog

### Version 26.1.2

* Adds new status period get/set commands
* Fixes issue where updating from other firmware versions will reset the CAN ID
* Adds the ability to adjust the absolute position output (period, minimum high time, minimum low time)
* Updates default status frame periods
  * Status 0 - 250ms
  * Status 1 - 100ms
  * Status 2 - 20ms
  * Status 3 - 20ms
  * Status 4 - 20ms

### Version 26.1.1

* Fixes 'Set Periodic Frame Period' response command
* Fixes 'Get Periodic Frame Period' command
* Fixes angle conversion factor not being applied to the angle value

### Version 26.1.0

* Adds angle conversion factor
* Improves velocity measurements
* Adds velocity averaging
* Fixes led status flickering when intermittent errors occur
* Adds identify command
* Adds raw angle position in status 2
* Corrects angle offset behavior

Note: ABI output does not currently respect the inverted setting


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.revrobotics.com/ion-control/smart-sensor/maxspline-encoder/maxspline-encoder-firmware-changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
