DCC-EX / dcc-ex.github.io

The DCC-EX website, written in reStructuredText, generated using sphinx, and served by GitHub pages.
https://dcc-ex.com
GNU General Public License v3.0
12 stars 32 forks source link

Update command summary page with new CV BYTE format #186

Closed peteGSX closed 2 years ago

peteGSX commented 2 years ago

The command summary page needs to be updated to deprecate the old format, and provide the new as advised by @Ash-4 and @mstevetodd :

Old format: Write CV BYTE Format is: RETURNS: <r CALLBACKNUM|CALLBACKSUB|CV Value>

New format: Write CV BYTE Format is: RETURNS:

https://dcc-ex.com/reference/software/command-reference.html?highlight=write#write-cv-byte-to-engine-decoder-on-programming-track

peteGSX commented 2 years ago

Missed escaping:

Old format: Write CV BYTE Format is: \ RETURNS: \<r CALLBACKNUM|CALLBACKSUB|CV Value>

New format: Write CV BYTE Format is: \\ RETURNS: \

https://dcc-ex.com/reference/software/command-reference.html?highlight=write#write-cv-byte-to-engine-decoder-on-programming-track