forked from platformio/platformio-core
Add support for oddWires IoT-Bus Io debug tool
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 30c88f6247...faee34e210
@ -822,7 +822,7 @@ Boards
|
|||||||
# Debug tools
|
# Debug tools
|
||||||
for tool, platforms in tool_to_platforms.items():
|
for tool, platforms in tool_to_platforms.items():
|
||||||
tool_path = join(DOCS_ROOT_DIR, "plus", "debug-tools", "%s.rst" % tool)
|
tool_path = join(DOCS_ROOT_DIR, "plus", "debug-tools", "%s.rst" % tool)
|
||||||
assert isfile(tool_path)
|
assert isfile(tool_path), tool
|
||||||
platforms = sorted(set(platforms))
|
platforms = sorted(set(platforms))
|
||||||
|
|
||||||
lines = [".. begin_platforms"]
|
lines = [".. begin_platforms"]
|
||||||
|
Reference in New Issue
Block a user