mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
flash-firmware: drop error on fail to connect
This error is already handled elsewhere.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
}
|
||||
},
|
||||
"flashFirmware": {
|
||||
"connectionFailed": "Could not connect to the hub. Restart the hub and try again.",
|
||||
"timedOut": "The hub took too long to respond. Restart the hub and try again.",
|
||||
"bleError": "There was a problem with Bluetooth.",
|
||||
"disconnected": "The hub was disconnected before flashing was completed. Restart the hub and try again.",
|
||||
|
||||
@@ -10,7 +10,6 @@ export enum MessageId {
|
||||
BleGattPermission = 'ble.gattPermission',
|
||||
BleGattServiceNotFound = 'ble.gattServiceNotFound',
|
||||
BleNoWebBluetooth = 'ble.noWebBluetooth',
|
||||
FlashFirmwareConnectionFailed = 'flashFirmware.connectionFailed',
|
||||
FlashFirmwareTimedOut = 'flashFirmware.timedOut',
|
||||
FlashFirmwareBleError = 'flashFirmware.bleError',
|
||||
FlashFirmwareDisconnected = 'flashFirmware.disconnected',
|
||||
|
||||
Reference in New Issue
Block a user