mirror of
https://github.com/platformio/platformio-core.git
synced 2026-05-06 08:36:23 +02:00
Register "serialports" like multicommand
This commit is contained in:
@@ -101,7 +101,7 @@ class MeasurementProtocol(TelemetryBase):
|
||||
if not args:
|
||||
return
|
||||
|
||||
if args[0] in ("lib", "settings"):
|
||||
if args[0] in ("lib", "serialports", "settings"):
|
||||
cmd_path = args[:2]
|
||||
else:
|
||||
cmd_path = args[:1]
|
||||
|
||||
Reference in New Issue
Block a user