Skip to content

Commit

Permalink
Reverted styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Sep 16, 2023
1 parent 72f0817 commit 96d5b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ connectButton.onclick = async () => {
const flashOptions = {
transport,
baudrate: parseInt(baudrates.value),
terminal: espLoaderTerminal
terminal: espLoaderTerminal,
} as LoaderOptions;
esploader = new ESPLoader(flashOptions);

Expand Down

0 comments on commit 96d5b22

Please sign in to comment.