We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96f522 commit c88842bCopy full SHA for c88842b
main/src/user/gui_daemon.c
@@ -22,7 +22,7 @@ static const uint8_t *img_file_ptr[][2] = {
22
{ani4_96x64_gif_ptr, ani4_96x64_gif_end}, // "PowerOff"
23
{ani5_96x64_gif_ptr, ani5_96x64_gif_end}, // "Clock"
24
{ani6_96x64_gif_ptr, ani6_96x64_gif_end}, // "Error"
25
- {ani7_96x64_gif_ptr, ani7_96x64_gif_end}, // "Fail"
+ {ani7_96x64_gif_ptr, ani7_96x64_gif_end}, // "Config"
26
{ani8_96x64_gif_ptr, ani8_96x64_gif_end} // "Updating"
27
#elif defined(CONFIG_SCREEN_PANEL_ST7735)
28
{ani0_160x80_gif_ptr, ani0_160x80_gif_end}, // "WiFi"
@@ -32,7 +32,7 @@ static const uint8_t *img_file_ptr[][2] = {
32
{ani4_160x80_gif_ptr, ani4_160x80_gif_end}, // "PowerOff"
33
{ani5_160x80_gif_ptr, ani5_160x80_gif_end}, // "Clock"
34
{ani6_160x80_gif_ptr, ani6_160x80_gif_end}, // "Error"
35
- {ani7_160x80_gif_ptr, ani7_160x80_gif_end}, // "Fail"
+ {ani7_160x80_gif_ptr, ani7_160x80_gif_end}, // "Config"
36
{ani8_160x80_gif_ptr, ani8_160x80_gif_end} // "Updating"
37
#endif
38
};
0 commit comments