Use correct candle CAN id

Change-Id: I8fe94663abe589985f7e4e813f87f4a024c08b89
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/y2023/control_loops/superstructure/led_indicator.h b/y2023/control_loops/superstructure/led_indicator.h
index d88650d..256de30 100644
--- a/y2023/control_loops/superstructure/led_indicator.h
+++ b/y2023/control_loops/superstructure/led_indicator.h
@@ -69,7 +69,7 @@
 
   void DisplayLed(uint8_t r, uint8_t g, uint8_t b);
 
-  ctre::phoenix::led::CANdle candle_{0, ""};
+  ctre::phoenix::led::CANdle candle_{8, "rio"};
 
   aos::EventLoop *event_loop_;
   aos::Fetcher<frc971::control_loops::drivetrain::Output>