File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 },
99 "dependencies" : {
1010 "alt" : " ^0.16.7" ,
11- "bs2-serial" : " ^0.10.4 " ,
11+ "bs2-serial" : " ^0.10.5 " ,
1212 "codemirror" : " ^4.13.0" ,
1313 "frylord" : " ^0.6.0" ,
1414 "holovisor" : " ^0.2.0" ,
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ class DeviceStore {
151151 this . setState ( { progress : progress } ) ;
152152 }
153153
154-
155154 const { workspace, getBoard } = this . getInstance ( ) ;
156155 const { selectedDevice } = this . state ;
157156
@@ -170,7 +169,7 @@ class DeviceStore {
170169 board . on ( 'progress' , updateProgress . bind ( this ) ) ;
171170 board . on ( 'progress' , tx . bind ( this ) ) ;
172171
173- board . bootload ( selectedDevice . program )
172+ board . bootload ( workspace . current . deref ( ) )
174173 . tap ( ( ) => clearOutput ( ) )
175174 . then ( ( ) => board . on ( 'terminal' , output ) )
176175 . then ( ( ) => board . on ( 'terminal' , rx ) )
You can’t perform that action at this time.
0 commit comments