From 42b604a578b5def431b860f5248faccfd6239755 Mon Sep 17 00:00:00 2001 From: Sierra Guequierre Date: Mon, 25 Sep 2023 17:08:48 -0400 Subject: [PATCH] Update confetti-bot.md code for correct board name (#1894) --- docs/tutorials/get-started/confetti-bot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } ] }