debugPacket exclude: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; debugPacket_exclude [<packet switches>] : '''packet switch''' - The first 2 bytes of recieved packets in reversed order (e.g. 8A 23 -> 238A). See your tables\packetdescriptions…') |
m (Conversion script moved page DebugPacket exclude to debugPacket exclude: Converting page titles to lowercase) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
[[Category:config.txt]] | [[Category:config.txt]] | ||
[[Category:Debug]] |
Latest revision as of 22:34, 26 April 2021
- debugPacket_exclude [<packet switches>]
- packet switch - The first 2 bytes of recieved packets in reversed order (e.g. 8A 23 -> 238A). See your tables\packetdescriptions.txt for a list of known packets.
- This specifies a comma-separated list of packet switches that you want to be ignored by the options debugPacket_received, debugPacket_ro_sent, debugPacket_sent, and debugPacket_unparsed, if these options are set.
- Note. Only useful for developers. Don't mess with these unless you know what you are doing.