website backend

fix warning
This commit is contained in:
2023-12-23 16:25:16 +01:00
parent 50fe918561
commit e19e7c9253

View File

@@ -287,7 +287,7 @@ void wbe_display(const char* txt, const uint32_t txt_color, const uint32_t bg_co
// Variables
lcd_gif_t *gif;
char *extension;
const char *extension;
// clear the screen
lcd_clear_text();