Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 5, 2021
1 parent a6d2f41 commit ecf462e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ const improv = new ImprovSerial(port, console);

improv.addEventListener("state-changed", console.log);
improv.addEventListener("error-changed", console.log);
improv.addEventListener("disconnect", console.log);

await improv.initialize();

improv.addEventListener("disconnect", console.log);

console.log({
info: improv.info,
nextUrl: improv.nextUrl,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "improv-wifi-serial-sdk",
"version": "1.2.2",
"version": "0.0.1",
"description": "Improv Wi-Fi Serial SDK for the browser",
"main": "dist/serial-launch-button.js",
"repository": "https://github.com/improv-wifi/sdk-serial-js",
Expand Down

0 comments on commit ecf462e

Please sign in to comment.