
diff --git a/.circleci/config.yml b/.circleci/config.yml index 91dfe07..6e3f953 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: - run: name: "save build config" working_directory: ".pio/build/<< pipeline.parameters.environment >>" - command: "echo 'PLATFORMIO_BUILD_FLAGS=\"<< pipeline.parameters.build_flags >>\" pio run -e << pipeline.parameters.environment >> ' > buildconfig.txt" + command: "echo 'GIT_SHA=\"<< pipeline.git.revision >>\" PLATFORMIO_BUILD_FLAGS=\"<< pipeline.parameters.build_flags >>\" pio run -e << pipeline.parameters.environment >> ' > buildconfig.txt" - run: name: "rename" working_directory: ".pio/build/<< pipeline.parameters.environment >>" diff --git a/webinstall/install.css b/webinstall/install.css index 972b865..26a1a45 100644 --- a/webinstall/install.css +++ b/webinstall/install.css @@ -21,4 +21,18 @@ body { font-size: 16px; font-family: system-ui; line-height: 1.5em; +} +#loading{ + height: 6em; +} +#loadingText{ + text-align: center; +} +#loadingFrame{ + display: flex; + flex-direction: column; + align-items: center; +} +.hidden{ + display: none !important; } \ No newline at end of file diff --git a/webinstall/install.html b/webinstall/install.html index 414d431..da4d0bd 100644 --- a/webinstall/install.html +++ b/webinstall/install.html @@ -11,7 +11,12 @@
- +