We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 841c965 + 0664e67 commit 59623e2Copy full SHA for 59623e2
.github/workflows/check-arduino.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Arduino Lint
22
- uses: arduino/arduino-lint-action@v1
+ uses: arduino/arduino-lint-action@v2
23
with:
24
compliance: specification
25
library-manager: update
library.properties
@@ -1,7 +1,7 @@
1
name=NTPClient
2
version=3.2.1
3
author=Fabrice Weinberg
4
-maintainer=Fabrice Weinberg <fabrice@weinberg.me>
+maintainer=Arduino <info@arduino.cc>
5
sentence=An NTPClient to connect to a time server
6
paragraph=Get time from a NTP server and keep it in sync.
7
category=Timing
0 commit comments