Skip to content

Commit 631a4c6

Browse files
authored
Merge pull request #386 from srobo/add-plod-to-troubleshooter
Add section on purple light of death to the Interactive Troubleshooter
2 parents 7e3ea5d + 7fa92ec commit 631a4c6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

resources/troubleshooter/data.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
"answers": [
398398
{
399399
"answer": "Yes",
400-
"next_question": "servo-programming"
400+
"next_question": "servo-plod"
401401
},
402402
{
403403
"answer": "No",
@@ -407,6 +407,21 @@
407407
}
408408
]
409409
},
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+
},
410425
"servo-programming": {
411426
"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?",
412427
"answers": [

0 commit comments

Comments
 (0)