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 (#394)
Browse files Browse the repository at this point in the history
add error for firmware 1.3.1 mcu not genuine
  • Loading branch information
valpinkman authored Aug 20, 2019
2 parents 419fb77 + 760d432 commit befa91c
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 befa91c

Please sign in to comment.