Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mastashake08 committed Oct 23, 2023
1 parent 00111f3 commit 46952ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion classes/BluetoothManager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { WebIOT } from './WebIOT'
export class SerialManager extends WebIOT {
export class BluetoothManager extends WebIOT {
#Serial = {}
#device = {}
#server = {}
Expand Down
2 changes: 2 additions & 0 deletions classes/WebIOT.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ export class WebIOT {
throw e
}
}

logData() {}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mastashake08/web-iot",
"version": "1.3.0",
"version": "1.3.1",
"description": "Connect to your IoT devices via usb, serial, NFC or Serial",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 46952ba

Please sign in to comment.