File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ async function store(state, emitter) {
179
179
// Connected and ready
180
180
state . isConnecting = false
181
181
state . isConnected = true
182
- state . boardNavigationRoot = await getBoardRoot ( )
182
+ state . boardNavigationPath = await getBoardNavigationPath ( )
183
183
updateMenu ( )
184
184
if ( state . view === 'editor' && state . panelHeight <= PANEL_CLOSED ) {
185
185
state . panelHeight = state . savedPanelHeight
@@ -1699,7 +1699,7 @@ async function getAvailablePorts() {
1699
1699
return await serialBridge . loadPorts ( )
1700
1700
}
1701
1701
1702
- async function getBoardRoot ( ) {
1702
+ async function getBoardNavigationPath ( ) {
1703
1703
let output = await serialBridge . execFile ( await getHelperFullPath ( ) )
1704
1704
output = await serialBridge . run ( `iget_root()` )
1705
1705
let boardRoot = ''
You can’t perform that action at this time.
0 commit comments