From 12918392839e77cfc5f31ef031cd72af2295b28f Mon Sep 17 00:00:00 2001 From: charles Date: Fri, 18 Aug 2023 17:18:36 -0400 Subject: [PATCH] hud 2 --- ESP32ManyRoundScreenTest.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32ManyRoundScreenTest.ino b/ESP32ManyRoundScreenTest.ino index e84a284..4eacf81 100644 --- a/ESP32ManyRoundScreenTest.ino +++ b/ESP32ManyRoundScreenTest.ino @@ -55,7 +55,7 @@ void setup() openGif(&gif_2, hud_6, sizeof(hud_6)); openGif(&gif_3, nostromo, sizeof(nostromo)); openGif(&gif_4, x_wing, sizeof(x_wing)); - openGif(&gif_5, hud_7, sizeof(hud_7)); + openGif(&gif_5, hud_2, sizeof(hud_2)); openGif(&gif_6, bb8, sizeof(bb8)); } void loop()