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
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@
397
397
"answers": [
398
398
{
399
399
"answer": "Yes",
400
-
"next_question": "servo-programming"
400
+
"next_question": "servo-plod"
401
401
},
402
402
{
403
403
"answer": "No",
@@ -407,6 +407,21 @@
407
407
}
408
408
]
409
409
},
410
+
"servo-plod": {
411
+
"question": "Is there a pink light on the Servo Board?",
412
+
"answers": [
413
+
{
414
+
"answer": "Yes",
415
+
"message": "Unplug the USB cable to the Servo Board and plug it back in.",
416
+
"ask_if_fixed": true,
417
+
"next_question": "servo-programming"
418
+
},
419
+
{
420
+
"answer": "No",
421
+
"next_question": "servo-programming"
422
+
}
423
+
]
424
+
},
410
425
"servo-programming": {
411
426
"question": "Please try replacing your code with sample code from the <a href=\"ROOT_URL/kit/servo_board\" target=\"_blank\">Servo Board documentation</a>. Does the servo respond?",
0 commit comments