docs: fix firmware version note for extended replies
What changed, and why it matters
This commit is a one-line documentation correction. It changes a note in the user/developer documentation to state that a feature called 'extended_replies' was introduced in firmware version 1.0.33, not 1.0.34. There is no code change, no security fix, and no behavior change in the software.
No security action needed. This is a documentation-only correction and can be treated as routine maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates docs/index.rst to correct the firmware version at which extended replies were introduced. The diff changes a single line from ‘1.0.34’ to ‘1.0.33’. The commit message references the original implementation commit and the CHANGELOG.md as confirmation. No source code, protocol, or cryptographic logic is modified.
Changed components
docs/index.rstInspect captured patch +1 / −1
diff --git a/docs/index.rst b/docs/index.rst
index 3e315a9..879ea2d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -569,7 +569,7 @@ or, if 'extended_replies' was set in the original request, and the Jade fw suppo
* 'confirmed' is initially false, until the user verifies the OTA upload, then all subsequent replies will be true
* 'progress' is the percentage complete value as shown on Jade (which is based on uncompressed final firmware written, so can differ from the proportion of compressed data uploaded)
-NOTE: 'extended_replies' is supported as of Jade fw 1.0.34
+NOTE: 'extended_replies' is supported as of Jade fw 1.0.33
We then send the 'ota_complete' message to verify the OTA was successful (before the device reboots).
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.