Skip to content

Commit

Permalink
fix error example folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Aug 27, 2022
1 parent 3054100 commit 0d45c43
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
node_modules
pnpm-lock.yaml
frontend
.vscode
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/WebSerial.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "WebSerial.h"
#include "webserial_webpage.h"
#include "WebSerialLite.h"
#include "WebSerialWebPage.h"

void WebSerialClass::begin(AsyncWebServer *server, const char *url) {
_server = server;
Expand Down
File renamed without changes.

0 comments on commit 0d45c43

Please sign in to comment.