mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
split firmware flashing from lwp3-bootloader
BLE won't always be the only way to flash firmware
This commit is contained in:
committed by
David Lechner
parent
6d81da0df0
commit
07d0b5ef39
@@ -3,7 +3,7 @@
|
||||
|
||||
import { connect } from 'react-redux';
|
||||
import { Dispatch } from '../actions';
|
||||
import { flashFirmware } from '../actions/lwp3-bootloader';
|
||||
import { flashFirmware } from '../actions/flash-firmware';
|
||||
import * as notification from '../actions/notification';
|
||||
import { RootState } from '../reducers';
|
||||
import { BootloaderConnectionState } from '../reducers/bootloader';
|
||||
|
||||
Reference in New Issue
Block a user