Skip to content

Commit af8747e

Browse files
committed
📝 "Boards Manager"
1 parent e6787f7 commit af8747e

15 files changed

+18
-18
lines changed

Marlin/src/pins/sam/pins_ARCHIM1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
*
2727
* The Archim 1.0 board requires Arduino Archim addons installed.
2828
*
29-
* - Add the following URL to Arduino IDE's Additional Board Manager URLs:
29+
* - Add the following URL to Arduino IDE's Additional Boards Manager URLs:
3030
* https://raw.githubusercontent.com/ultimachine/ArduinoAddons/master/package_ultimachine_index.json
3131
*
32-
* - In the Arduino IDE Board Manager search for Archim and install the package.
32+
* - In the Arduino IDE Boards Manager search for Archim and install the package.
3333
*
3434
* - Change your target board to "Archim".
3535
*

Marlin/src/pins/sam/pins_ARCHIM2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
*
2727
* The Archim 2.0 board requires Arduino Archim addons installed.
2828
*
29-
* - Add the following URL to Arduino IDE's Additional Board Manager URLs:
29+
* - Add the following URL to Arduino IDE's Additional Boards Manager URLs:
3030
* https://raw.githubusercontent.com/ultimachine/ArduinoAddons/master/package_ultimachine_index.json
3131
*
32-
* - In the Arduino IDE Board Manager search for Archim and install the package.
32+
* - In the Arduino IDE Boards Manager search for Archim and install the package.
3333
*
3434
* - Change your target board to "Archim".
3535
*

Marlin/src/pins/sanguino/pins_ANET_10.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636

3737
/**
38-
* The standard Arduino IDE extension (board manager) for this board
38+
* The standard Arduino IDE extension (Boards Manager) for this board
3939
* is located at https://github.com/SkyNet3D/anet-board.
4040
*
4141
* Installation instructions are on that page.
@@ -52,7 +52,7 @@
5252
*/
5353

5454
/**
55-
* Another usable Arduino IDE extension (board manager) can be found at
55+
* Another usable Arduino IDE extension (Boards Manager) can be found at
5656
* https://github.com/Lauszus/Sanguino
5757
*
5858
* This extension has been tested on Arduino 1.6.12 & 1.8.0

Marlin/src/pins/sanguino/pins_GEN3_MONOLITHIC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434

3535
/**
36-
* A useable Arduino IDE extension (board manager) can be found at
36+
* A useable Arduino IDE extension (Boards Manager) can be found at
3737
* https://github.com/Lauszus/Sanguino
3838
*
3939
* This extension has been tested on Arduino 1.6.12 & 1.8.0

Marlin/src/pins/sanguino/pins_GEN3_PLUS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333

3434
/**
35-
* A useable Arduino IDE extension (board manager) can be found at
35+
* A useable Arduino IDE extension (Boards Manager) can be found at
3636
* https://github.com/Lauszus/Sanguino
3737
*
3838
* This extension has been tested on Arduino 1.6.12 & 1.8.0

Marlin/src/pins/sanguino/pins_GEN6.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737

3838
/**
39-
* A useable Arduino IDE extension (board manager) can be found at
39+
* A useable Arduino IDE extension (Boards Manager) can be found at
4040
* https://github.com/Lauszus/Sanguino
4141
*
4242
* This extension has been tested on Arduino 1.6.12 & 1.8.0

Marlin/src/pins/sanguino/pins_GEN6_DELUXE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333

3434
/**
35-
* A useable Arduino IDE extension (board manager) can be found at
35+
* A useable Arduino IDE extension (Boards Manager) can be found at
3636
* https://github.com/Lauszus/Sanguino
3737
*
3838
* This extension has been tested on Arduino 1.6.12 & 1.8.0

Marlin/src/pins/sanguino/pins_GEN7_12.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343

4444
/**
45-
* A useable Arduino IDE extension (board manager) can be found at
45+
* A useable Arduino IDE extension (Boards Manager) can be found at
4646
* https://github.com/Lauszus/Sanguino
4747
*
4848
* This extension has been tested on Arduino 1.6.12 & 1.8.0

Marlin/src/pins/sanguino/pins_GEN7_13.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333

3434
/**
35-
* A useable Arduino IDE extension (board manager) can be found at
35+
* A useable Arduino IDE extension (Boards Manager) can be found at
3636
* https://github.com/Lauszus/Sanguino
3737
*
3838
* This extension has been tested on Arduino 1.6.12 & 1.8.0

Marlin/src/pins/sanguino/pins_GEN7_14.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939

4040
/**
41-
* A useable Arduino IDE extension (board manager) can be found at
41+
* A useable Arduino IDE extension (Boards Manager) can be found at
4242
* https://github.com/Lauszus/Sanguino
4343
*
4444
* This extension has been tested on Arduino 1.6.12 & 1.8.0

0 commit comments

Comments
 (0)