From 1d4a3f130aa44dbc0fec57d6b7f8f41b4d17ae48 Mon Sep 17 00:00:00 2001 From: Takashi Matsuoka Date: Tue, 6 Aug 2024 15:03:07 +0900 Subject: [PATCH] Change description of dependent libraries --- .../application/soracom-gps-tracker/soracom-gps-tracker.ino | 2 +- examples/basic/flash/flash.ino | 4 ++-- examples/basic/watchdog/watchdog.ino | 2 +- examples/cellular/shell/shell.ino | 2 +- .../grove/grove-ultrasonic-ranger/grove-ultrasonic-ranger.ino | 2 +- examples/soracom/soracom-uptime-lp/soracom-uptime-lp.ino | 2 +- .../soracom-uptime-tcpclient/soracom-uptime-tcpclient.ino | 2 +- examples/soracom/soracom-uptime/soracom-uptime.ino | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/application/soracom-gps-tracker/soracom-gps-tracker.ino b/examples/application/soracom-gps-tracker/soracom-gps-tracker.ino index 770f8fb..ac0c4c2 100644 --- a/examples/application/soracom-gps-tracker/soracom-gps-tracker.ino +++ b/examples/application/soracom-gps-tracker/soracom-gps-tracker.ino @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// ArduinoJson 7.0.4 - https://github.com/bblanchon/ArduinoJson +// http://librarymanager#ArduinoJson 7.0.4 #include #include diff --git a/examples/basic/flash/flash.ino b/examples/basic/flash/flash.ino index 9e00c11..eabe6e6 100644 --- a/examples/basic/flash/flash.ino +++ b/examples/basic/flash/flash.ino @@ -6,8 +6,8 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// Adafruit SPIFlash 4.3.4 - https://github.com/adafruit/Adafruit_SPIFlash -// SdFat - Adafruit Fork 2.2.3 - https://github.com/adafruit/SdFat +// http://librarymanager#Adafruit%20SPIFlash 4.3.4 +// http://librarymanager#SdFat%20-%20Adafruit%20Fork 2.2.3 #include #include diff --git a/examples/basic/watchdog/watchdog.ino b/examples/basic/watchdog/watchdog.ino index 1122c1f..907aab2 100644 --- a/examples/basic/watchdog/watchdog.ino +++ b/examples/basic/watchdog/watchdog.ino @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// Adafruit SleepyDog Library 1.6.5 - https://github.com/adafruit/Adafruit_SleepyDog +// http://librarymanager#Adafruit%20SleepyDog%20Library 1.6.5 #include #include diff --git a/examples/cellular/shell/shell.ino b/examples/cellular/shell/shell.ino index 9060ee3..0533b6a 100644 --- a/examples/cellular/shell/shell.ino +++ b/examples/cellular/shell/shell.ino @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// Natural Tiny Shell 0.3.1 - https://github.com/matsujirushi/ntshell +// https://github.com/matsujirushi/ntshell 0.3.1 #include #include diff --git a/examples/grove/grove-ultrasonic-ranger/grove-ultrasonic-ranger.ino b/examples/grove/grove-ultrasonic-ranger/grove-ultrasonic-ranger.ino index 4c60bae..f5b43f3 100644 --- a/examples/grove/grove-ultrasonic-ranger/grove-ultrasonic-ranger.ino +++ b/examples/grove/grove-ultrasonic-ranger/grove-ultrasonic-ranger.ino @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// Grove Ultrasonic Ranger 1.0.1 - https://github.com/Seeed-Studio/Seeed_Arduino_UltrasonicRanger +// http://librarymanager#Grove%20Ultrasonic%20Ranger 1.0.1 #include #include diff --git a/examples/soracom/soracom-uptime-lp/soracom-uptime-lp.ino b/examples/soracom/soracom-uptime-lp/soracom-uptime-lp.ino index 0ad2a8a..02f2c0f 100644 --- a/examples/soracom/soracom-uptime-lp/soracom-uptime-lp.ino +++ b/examples/soracom/soracom-uptime-lp/soracom-uptime-lp.ino @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// ArduinoJson 7.0.4 - https://github.com/bblanchon/ArduinoJson +// http://librarymanager#ArduinoJson 7.0.4 #include #include diff --git a/examples/soracom/soracom-uptime-tcpclient/soracom-uptime-tcpclient.ino b/examples/soracom/soracom-uptime-tcpclient/soracom-uptime-tcpclient.ino index cb51b50..724d0ee 100644 --- a/examples/soracom/soracom-uptime-tcpclient/soracom-uptime-tcpclient.ino +++ b/examples/soracom/soracom-uptime-tcpclient/soracom-uptime-tcpclient.ino @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// ArduinoJson 7.0.4 - https://github.com/bblanchon/ArduinoJson +// http://librarymanager#ArduinoJson 7.0.4 #include #include diff --git a/examples/soracom/soracom-uptime/soracom-uptime.ino b/examples/soracom/soracom-uptime/soracom-uptime.ino index b3e1667..81e1cb9 100644 --- a/examples/soracom/soracom-uptime/soracom-uptime.ino +++ b/examples/soracom/soracom-uptime/soracom-uptime.ino @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// // Libraries: -// ArduinoJson 7.0.4 - https://github.com/bblanchon/ArduinoJson +// http://librarymanager#ArduinoJson 7.0.4 #include #include