Allocate less memory for ELEGANT_HTLM array

This commit is contained in:
Daniel Öster 2025-09-11 23:48:55 +03:00
parent b33f42c9c5
commit 018cd4ed52
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -3,6 +3,6 @@
#include <Arduino.h>
extern const uint8_t ELEGANT_HTML[41354];
extern const uint8_t ELEGANT_HTML[11640];
#endif