Skip to content

Commit

Permalink
Check compability with HB 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Herlix committed Aug 13, 2024
1 parent 8c187f4 commit 7b861a0
Show file tree
Hide file tree
Showing 6 changed files with 789 additions and 741 deletions.
38 changes: 0 additions & 38 deletions .eslintrc

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 1.4.7 (2024-08-13)

Check support for HB 2.0. Added more retry if device has not proppely disconnected yet.

#### 1.4.6 (2024-07-09)

Fix for unknown device from Noble. I have yet to re-produce the error in my development environment.

#### 1.4.5 (2024-07-09)

Add hard reset to noble on disconnect.

#### 1.4.4 (2024-07-09)

Enable lower level reset on disconnect & add timeout ms.
Expand Down
11 changes: 11 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";


export default [
{files: ["**/*.{js,mjs,cjs,ts}"]},
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
Loading

0 comments on commit 7b861a0

Please sign in to comment.