This repository has been archived by the owner on May 23, 2023. It is now read-only.
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.
Reassign debug channels as the current assignment to functions/modes is chaotic and there are a lot of unused channels.
I would like to sort the Channels new.
Like we have a Problem in Mode2: We need Channel 2 (for Mode2) and Pathfinding Debug (e.g. Channel 11).
DBG1 = Mode1
DBG2 = Mode2
DBG3 = Mode3
DBG4 = Mode4
DBG5 = Mode5
DBG6 = Mode6
DBG7 = Mode7
DBG8 = Mode8
DBG9 = Mode9
DBG10 = Mode10
DBG11 = Pathfinder (before: 7)
DBG12 = Trigger (before: 1 or 2 ? not sure about difference)
For Driving Stuff (Old channel 12, 13, 14, and so on) I would split on, maybe like that:
DBG13 = reverse driving
DBG14 = turn
DBG15 = PPC (if it makes sence to have its own dbg channel)
DBG16 = Load/unload
DBG17 = Traffic
DBG20 = Multiplayer
...
Most Important is to have channel 12 splitted, as it prints to many debugs that you don't need sometimes.