forked from platformio/platformio-core
Use board ID when InternetIsOffline for getting resent projects // Resolve #2866
This commit is contained in:
@ -86,7 +86,7 @@ class ProjectRPC(object):
|
||||
name = board_id
|
||||
try:
|
||||
name = pm.board_config(board_id)['name']
|
||||
except (exception.UnknownBoard, exception.UnknownPlatform):
|
||||
except exception.PlatformioException:
|
||||
pass
|
||||
boards.append({"id": board_id, "name": name})
|
||||
|
||||
|
Reference in New Issue
Block a user