diff --git a/.github/workflows/compile-examples-and-tools.yml b/.github/workflows/compile-examples-and-tools.yml index dc6cf96..50c7817 100644 --- a/.github/workflows/compile-examples-and-tools.yml +++ b/.github/workflows/compile-examples-and-tools.yml @@ -40,8 +40,7 @@ jobs: version: 4.3.4 - name: SdFat - Adafruit Fork version: 2.2.3 - - name: Adafruit SleepyDog Library - version: 1.6.5 + - source-url: https://github.com/matsujirushi/Adafruit_SleepyDog.git - source-url: https://github.com/matsujirushi/ntshell.git - name: Grove Ultrasonic Ranger version: 1.0.1 diff --git a/examples/basic/watchdog/watchdog.ino b/examples/basic/watchdog/watchdog.ino index 907aab2..0a399e8 100644 --- a/examples/basic/watchdog/watchdog.ino +++ b/examples/basic/watchdog/watchdog.ino @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// http://librarymanager#Adafruit%20SleepyDog%20Library 1.6.5 +// https://github.com/matsujirushi/Adafruit_SleepyDog master #include #include