Skip to content

Commit

Permalink
Merge pull request #26 from ardlib/master
Browse files Browse the repository at this point in the history
Pull Request to Fix name mistake and CI update to fix Issue #25
  • Loading branch information
boseji authored Aug 18, 2024
2 parents 3fa3767 + ac9c0c3 commit 257885c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
library-manager: submit
library-manager: update
compliance: strict

format:
Expand Down
1 change: 1 addition & 0 deletions examples/SwitchExample/SwitchExample.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ void beepCallbackFunction(void *s) // optional
{
tone(3, 2400, 5); // is non-blocking
// Serial.print("BeepCallback: "); Serial.println((char*)s);
(void)s; // Fix Unused warning
}

void setup() {
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=avdweb_Switch
version=1.2.5
name=Switch
version=1.2.6
author=Albert van Dalen <http://www.avdweb.nl>
license=GPL-3.0-or-later
maintainer=Abhijit Bose (aka. Boseji) <boseji.com>
Expand Down

0 comments on commit 257885c

Please sign in to comment.