mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Allocate less memory for ELEGANT_HTLM array
This commit is contained in:
parent
b33f42c9c5
commit
018cd4ed52
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
extern const uint8_t ELEGANT_HTML[41354];
|
extern const uint8_t ELEGANT_HTML[11640];
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue