mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
Clarify city hub error message
It is only the bootloader/flashing firmware that is not compatible. It can still be used with older browsers after Pybricks firmware has been flashed.
This commit is contained in:
committed by
David Lechner
parent
7b49d84876
commit
c3037a56e6
@@ -270,7 +270,7 @@ function* flashFirmware(action: FlashFirmwareFlashAction): Generator {
|
||||
yield put(
|
||||
notification.add(
|
||||
'error',
|
||||
'City Hub is not compatible with this web browser.',
|
||||
'City Hub bootloader is not compatible with this web browser.',
|
||||
),
|
||||
);
|
||||
const disconnectAction = (yield put(
|
||||
|
||||
Reference in New Issue
Block a user