Conversation
Update OctoEverywhere to fix a HTTP stream close hang issue
- Introduce a OpenRFID filament-detect overlay that installs a startup service and detector script. - Add firmware-config settings wiring plus base, generic, and vendor profile configs for broader spool support. - Update RFID/settings docs and index references to document the new behavior and configuration.
✅ Build ArtifactsVersion:
|
- Bump firmware to v1.2.0.106 - Fix `01-enable-ssh.patch` for new `S50dropbear` guard structure - Fix `chroot_firmware.sh` resolv.conf handling - Fix boot logo not rendering: increase `mkimage` blob alignment from `0x100` to `0x200`
✅ Build ArtifactsVersion:
|
✅ Build ArtifactsVersion:
|
✅ Build ArtifactsVersion:
|
…n (#360) - Reset filament state to idle when reader is not present on clear request - Move install script from `scripts/` to `pre-scripts/` - Patch openrfid runtime to propagate a `retry` flag from `process_reader_single`, `process_mifare_classic`, and `process_mifare_ultralight` so transient failures (tag lost mid-session, failed block read) trigger retries instead of being treated as hard errors; only exhausted retries or stable no-tag results invoke error exporters
✅ Build ArtifactsVersion:
|
In ISO 14443-3 anti-collision, multi-byte UIDs (7 or 10 bytes) span multiple cascade levels. Intermediate levels prefix UID parts with a cascade tag byte (0x88) that must be excluded from the final UID. The FM175xx driver was appending the full `UID_part` at every level, including the cascade tag of intermediate levels, yielding a corrupt UID. Strip the first byte from `UID_part` for all levels except the last so the assembled UID contains only the actual tag bytes.
✅ Build ArtifactsVersion:
|
✅ Build ArtifactsVersion:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Features
filament_detect/set#303firmware-configto include fields description #302basicfirmware profile #353📋 Changelog
This release includes the following pull requests:
HEROES.mdand affiliate links #365: UpdateHEROES.mdand affiliate links (@paxx12)restartinstead ofstartforS99openrfidin settings #359: Userestartinstead ofstartforS99openrfidin settings (@paxx12)basicfirmware profile #353: Removebasicfirmware profile (@paxx12)filament_detect/set#303: Expose RFID viafilament_detect/set(@paxx12)firmware-configto include fields description #302: Improvefirmware-configto include fields description (@paxx12)upgrade-rootfs.shscript andoverlaysMakefile target #295: Addupgrade-rootfs.shscript andoverlaysMakefile target (@paxx12)