Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
add error for firmware 1.3.1 mcu not genuine
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Aug 20, 2019
1 parent 419fb77 commit 760d432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/errors/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ export const TimeoutTagged = createCustomErrorClass("TimeoutTagged");
export const UnexpectedBootloader = createCustomErrorClass(
"UnexpectedBootloader"
);
export const MCUNotGenuineToDashboard = createCustomErrorClass(
"MCUNotGenuineToDashboard"
);
export const UpdateYourApp = createCustomErrorClass("UpdateYourApp");
export const UserRefusedDeviceNameChange = createCustomErrorClass(
"UserRefusedDeviceNameChange"
Expand Down

0 comments on commit 760d432

Please sign in to comment.