split firmware flashing from lwp3-bootloader

BLE won't always be the only way to flash firmware
This commit is contained in:
David Lechner
2020-06-09 23:51:32 -05:00
committed by David Lechner
parent 6d81da0df0
commit 07d0b5ef39
8 changed files with 376 additions and 371 deletions
+1 -1
View File
@@ -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';