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

Creating webfiles on Windows doesn't work properly (\src\web) #126

Open
hermannbach opened this issue May 2, 2023 · 0 comments
Open

Creating webfiles on Windows doesn't work properly (\src\web) #126

hermannbach opened this issue May 2, 2023 · 0 comments

Comments

@hermannbach
Copy link

I'm using windows to create the project!
While trying to create a version to use Heltec Lora V2 as airmodule, found that the procedure to create the minified/packed web files doesn't work on windows.
There exist the "createHeaderFile.bat" but that batchfile does only a part of the job. Doesn't create and copy the files to the \data\ folder.
HtmlMinifier.exe doesn't minify the .css and .js file.
Procedure given in "_readme.txt" also is only another small part of the job.
The website used to create the compressed byte array was offline due to traffic load.
Looking into "createHeaderFile.sh" lead me to the right lane.
Needed to download gzip.exe, minify.exe, cygwin1.dll, and change createHeaderFile.bat.
Now it works on windows.
And also the Heltec board seems to work as airmodule with gps and pressure sensor.

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

1 participant