Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minify procedure producing erroneous header #52

Open
yconst opened this issue May 29, 2024 · 1 comment
Open

Minify procedure producing erroneous header #52

yconst opened this issue May 29, 2024 · 1 comment

Comments

@yconst
Copy link

yconst commented May 29, 2024

The minify procedure described here generates the following erroneous header:

#define SETUP_HTML_SIZE xxxx
static const unsigned char SETUP_HTML[] PROGMEM = {
...

whereas it should be:

#define SETUP_HTML_SIZE xxxx
static const unsigned char _acsetup_min_htm[] PROGMEM = {
...
@cotestatnt
Copy link
Owner

Yes you are right.
I will correct the script as soon as I can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants