Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Aug 28, 2022
1 parent 86790c9 commit 95d66bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/arduino-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
2 changes: 1 addition & 1 deletion examples/demo/demo.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
WebSerial Demo
WebSerialLite Demo
------
This example code works for both ESP8266 & ESP32 Microcontrollers
WebSerial is accessible at your ESP's <IPAddress>/webserial URL.
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_ap/demo_ap.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
WebSerial Demo AP
WebSerialLite Demo AP
------
This example code works for both ESP8266 & ESP32 Microcontrollers
WebSerial is accessible at 192.168.4.1/webserial URL.
Expand Down

0 comments on commit 95d66bc

Please sign in to comment.