forked from platformio/platformio-core
More detailed info about debug per board
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 2d428c472c...9c6fe4f18f
@ -86,9 +86,9 @@ def generate_boards_table(boards, skip_columns=None):
|
||||
t.get("onboard") for (_, t) in data['debug']['tools'].items()))
|
||||
debug = "No"
|
||||
if has_onboard_debug:
|
||||
debug = "Yes"
|
||||
debug = "On-board"
|
||||
elif data['debug']:
|
||||
debug = "Yes :sup:`?`"
|
||||
debug = "External"
|
||||
|
||||
variables = dict(
|
||||
id=data['id'],
|
||||
|
Reference in New Issue
Block a user