rename bootloader to lwp3-bootloader

we will probably have DFU bootloader in the future
This commit is contained in:
David Lechner
2020-06-04 11:28:13 -05:00
committed by David Lechner
parent d873ad2520
commit c975613e1c
13 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -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';