mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
rename bootloader to lwp3-bootloader
we will probably have DFU bootloader in the future
This commit is contained in:
committed by
David Lechner
parent
d873ad2520
commit
c975613e1c
@@ -3,7 +3,7 @@
|
||||
|
||||
import { connect } from 'react-redux';
|
||||
import { Dispatch } from '../actions';
|
||||
import { flashFirmware } from '../actions/bootloader';
|
||||
import { flashFirmware } from '../actions/lwp3-bootloader';
|
||||
import * as notification from '../actions/notification';
|
||||
import { RootState } from '../reducers';
|
||||
import { BootloaderConnectionState } from '../reducers/bootloader';
|
||||
|
||||
Reference in New Issue
Block a user