You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/troubleshooter/data.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@
62
62
},
63
63
{
64
64
"answer": "No",
65
-
"message": "There is an external On|Off switch connector. If you are not connecting a switch, you must connect a loop of wire between the two terminals. See the preparation section in <a href=\"ROOT_URL/kit/assembly\" target=\"_blank\">kit assembly</a> for more details."
65
+
"message": "There is an external On|Off switch connector. If you are not connecting a switch, you must connect a loop of wire between the two terminals. See the preparation section in <a href=\"ROOT_URL/tutorials/assembly\" target=\"_blank\">kit assembly</a> for more details."
66
66
}
67
67
]
68
68
},
@@ -157,7 +157,7 @@
157
157
},
158
158
{
159
159
"answer": "No",
160
-
"message": "Connect the Ruggeduino to the Power Board as described <a href=\"ROOT_URL/kit/ruggeduino\" target=\"_blank\">in the Docs</a>.",
160
+
"message": "Connect the Ruggeduino to the Power Board as described <a href=\"ROOT_URL/kit/arduino\" target=\"_blank\">in the Docs</a>.",
161
161
"ask_if_fixed": true,
162
162
"next_question": "io-board-dead"
163
163
}
@@ -196,7 +196,7 @@
196
196
"answers": [
197
197
{
198
198
"answer": "My peripherals are fine",
199
-
"message": "You may well have mixed up an IO pin index in your code, remember they are <a href=\"//en.wikipedia.org/wiki/Zero-based_numbering\">zero-indexed</a> — double check your pin indexing.<br />Make sure you are using the right pins for your type of output (digital or analouge) as per <a href=\"ROOT_URL/programming/sr/ruggeduinos/\" target=\"_blank\">the docs</a>.<br /><br />If you continue to have difficulties then consider posting in the <a href=\"/docs/team_admin/discord\" target=\"_blank\">Discord</a>."
199
+
"message": "You may well have mixed up an IO pin index in your code, remember they are <a href=\"//en.wikipedia.org/wiki/Zero-based_numbering\">zero-indexed</a> — double check your pin indexing.<br />Make sure you are using the right pins for your type of output (digital or analouge) as per <a href=\"ROOT_URL/programming/arduino/\" target=\"_blank\">the docs</a>.<br /><br />If you continue to have difficulties then consider posting in the <a href=\"/docs/team_admin/discord\" target=\"_blank\">Discord</a>."
200
200
},
201
201
{
202
202
"answer": "I need help with my peripherals",
@@ -281,7 +281,7 @@
281
281
},
282
282
{
283
283
"answer": "Red",
284
-
"message": "The <a href=\"ROOT_URL/kit/motor_board\" target=\"_blank\">Motor Board</a>'s power connection is most likely back to front. Adjust the connection to the Power Board as described <a href=\"ROOT_URL/kit/assembly#Connections\" target=\"_blank\">in the docs</a>.",
284
+
"message": "The <a href=\"ROOT_URL/kit/motor_board\" target=\"_blank\">Motor Board</a>'s power connection is most likely back to front. Adjust the connection to the Power Board as described <a href=\"ROOT_URL/tutorials/assembly#Connections\" target=\"_blank\">in the docs</a>.",
0 commit comments