mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +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
@@ -5,7 +5,7 @@ import { Action } from '../actions';
|
||||
import {
|
||||
BootloaderConnectionActionType,
|
||||
BootloaderConnectionFailureReason,
|
||||
} from '../actions/bootloader';
|
||||
} from '../actions/lwp3-bootloader';
|
||||
import { combineServices } from '.';
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,10 +5,10 @@ import { Middleware } from 'redux';
|
||||
import { Action, Dispatch } from '../actions';
|
||||
import { RootState } from '../reducers';
|
||||
import ble from './ble';
|
||||
import bootloader from './bootloader';
|
||||
import editor from './editor';
|
||||
import errorLog from './error-log';
|
||||
import hub from './hub';
|
||||
import bootloader from './lwp3-bootloader';
|
||||
|
||||
type Service = (
|
||||
action: Action,
|
||||
|
||||
@@ -11,8 +11,8 @@ import {
|
||||
didFailToConnect,
|
||||
didReceive,
|
||||
didSend,
|
||||
} from '../actions/bootloader';
|
||||
import { CharacteristicUUID, ServiceUUID } from '../protocols/bootloader';
|
||||
} from '../actions/lwp3-bootloader';
|
||||
import { CharacteristicUUID, ServiceUUID } from '../protocols/lwp3-bootloader';
|
||||
import {
|
||||
PolyfillBluetoothRemoteGATTCharacteristic,
|
||||
polyfillBluetoothRemoteGATTCharacteristic,
|
||||
Reference in New Issue
Block a user