diff --git a/docs/tutorials/get-started/confetti-bot.md b/docs/tutorials/get-started/confetti-bot.md index 6428d4ebeb..116c1ada3f 100644 --- a/docs/tutorials/get-started/confetti-bot.md +++ b/docs/tutorials/get-started/confetti-bot.md @@ -181,10 +181,10 @@ On the [**Raw JSON** tab](/manage/configuration/#the-config-tab), replace the co "b": "15", "pwm": "11" }, - "board": "local", + "board": "party", "max_rpm": 1000 }, - "depends_on": ["local"] + "depends_on": ["party"] } ] }