mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
ble-nordic-uart-service: rename directory
This follows the pattern of other ble service directories.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Copyright (c) 2020 The Pybricks Authors
|
||||
|
||||
import { AsyncSaga } from '../../test';
|
||||
import { didFailToWrite } from '../ble-nordic-uart-service/actions';
|
||||
import { eventProtocolError } from '../ble-pybricks-service/actions';
|
||||
import { didFailToWrite } from '../ble-uart/actions';
|
||||
import {
|
||||
BleDeviceFailToConnectReasonType,
|
||||
didFailToConnect as bleDidFailToConnect,
|
||||
|
||||
@@ -2,11 +2,14 @@
|
||||
// Copyright (c) 2020-2021 The Pybricks Authors
|
||||
|
||||
import { takeEvery } from 'typed-redux-saga/macro';
|
||||
import {
|
||||
BleUartActionType,
|
||||
BleUartDidFailToWriteAction,
|
||||
} from '../ble-nordic-uart-service/actions';
|
||||
import {
|
||||
BlePybricksServiceEventActionType,
|
||||
BlePybricksServiceEventProtocolErrorAction,
|
||||
} from '../ble-pybricks-service/actions';
|
||||
import { BleUartActionType, BleUartDidFailToWriteAction } from '../ble-uart/actions';
|
||||
import {
|
||||
BleDeviceActionType,
|
||||
BleDeviceDidFailToConnectAction,
|
||||
|
||||
Reference in New Issue
Block a user