Skip to content

Commit

Permalink
fix:prettider prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwenhao committed Sep 14, 2023
1 parent fea3ab5 commit 6c9dfee
Show file tree
Hide file tree
Showing 14 changed files with 1,448 additions and 1,265 deletions.
361 changes: 209 additions & 152 deletions src/components/navbar/index.vue

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/senseCraft/atclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const ERROR_LIST = {
};

export class ATClient {

public getID(): string {
return 'AT+ID?\r';
}
Expand Down Expand Up @@ -127,4 +126,3 @@ export class ATClient {
return 'AT+BREAK\r';
}
}

Loading

0 comments on commit 6c9dfee

Please sign in to comment.