You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting to think the best approach may be coming up with a template distribution of these files (where the final version is .gitignored) so it looks like:
- [screens]
-- [default]
--- README.md (says to copy the default folder to create a new deployment)
--- display.txt
--- wifi.txt
-- [some-screen-slug-1]
--- display.txt
--- wifi.txt
-- [some-screen-slug-2]
--- display.txt
--- wifi.txt
And then the mkraspi command could take two arguments (third is optional)
The display configs are also hard-coded
https://github.com/websages/raspi/blob/master/sd_build/post_dd_config#L16-L41
I'm starting to think the best approach may be coming up with a template distribution of these files (where the final version is
.gitignore
d) so it looks like:And then the
mkraspi
command could take two arguments (third is optional)The text was updated successfully, but these errors were encountered: