Skip to content

Commit

Permalink
post 6: fix regex
Browse files Browse the repository at this point in the history
mkdocs is eating the escape char
  • Loading branch information
up-n-atom committed Feb 16, 2025
1 parent d1dd429 commit a67004c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ identifiers are available on the back label of the FOX222 or FRX523, color-coord
| Sync Circuit Pack Version | :check_mark: | |
| Software Version A | R4.4.08.030 | [Version listing] |
| Software Version B | R4.4.08.030 | [Version listing] |
| Firmware Version Match | ^(R\d+(?:\.\d+){3})$ | Community FW v2.5.0+ |
| Firmware Version Match | ^(R\d+(?:\\.\d+){3})$ | Community FW v2.5.0+ |
| Override active firmware bank | A | OLT inits a reboot if on bank B |
| Override committed firmware bank | A | OLT inits a reboot if on bank B |
| Registration ID (HEX) | 44454641554c54 | `DEFAULT` in hex |
Expand All @@ -109,7 +109,7 @@ identifiers are available on the back label of the FOX222 or FRX523, color-coord
| Sync Circuit Pack Version | :check_mark: | |
| Software Version A | R4.4.13.057 | [Version listing] |
| Software Version B | R4.4.13.057 | [Version listing] |
| Firmware Version Match | ^(R\d+(?:\.\d+){3})$ | Community FW v2.5.0+ |
| Firmware Version Match | ^(R\d+(?:\\.\d+){3})$ | Community FW v2.5.0+ |
| Override active firmware bank | A | OLT inits a reboot if on bank B |
| Override committed firmware bank | A | OLT inits a reboot if on bank B |
| Registration ID (HEX) | 44454641554c54 | `DEFAULT` in hex |
Expand Down

0 comments on commit a67004c

Please sign in to comment.