mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-23 09:06:57 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2135a57bd | ||
|
|
e77556ee9c |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -41,10 +41,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir espbinaries
|
mkdir espbinaries
|
||||||
|
|
||||||
- name: Zip web files
|
# - name: Zip web files
|
||||||
run: |
|
# run: |
|
||||||
cd /home/runner/work/OpenEPaperLink/OpenEPaperLink/ESP32_AP-Flasher
|
# cd /home/runner/work/OpenEPaperLink/OpenEPaperLink/ESP32_AP-Flasher
|
||||||
python gzip_wwwfiles.py
|
# python gzip_wwwfiles.py
|
||||||
|
|
||||||
- name: Build firmware for Simple_AP
|
- name: Build firmware for Simple_AP
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Binary file not shown.
@@ -238,7 +238,7 @@ void init_web() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
server.serveStatic("/current", *contentFS, "/current/").setCacheControl("max-age=604800");
|
server.serveStatic("/current", *contentFS, "/current/").setCacheControl("max-age=604800");
|
||||||
server.serveStatic("/tagtypes", *contentFS, "/tagtypes/").setCacheControl("max-age=604800");
|
server.serveStatic("/tagtypes", *contentFS, "/tagtypes/").setCacheControl("max-age=600");
|
||||||
server.serveStatic("/", *contentFS, "/www/").setDefaultFile("index.html");
|
server.serveStatic("/", *contentFS, "/www/").setDefaultFile("index.html");
|
||||||
|
|
||||||
server.on(
|
server.on(
|
||||||
|
|||||||
@@ -1072,8 +1072,8 @@ function GroupSortFilter() {
|
|||||||
|
|
||||||
let grouping = document.querySelector('input[name="group"]:checked')?.value;
|
let grouping = document.querySelector('input[name="group"]:checked')?.value;
|
||||||
if (grouping == undefined) {
|
if (grouping == undefined) {
|
||||||
grouping = localStorage.getItem("grouping") + "";
|
grouping = localStorage.getItem("grouping");
|
||||||
document.querySelector('input[name="group"][value="' + grouping + '"]').checked = true
|
if (grouping) document.querySelector('input[name="group"][value="' + grouping + '"]').checked = true
|
||||||
} else {
|
} else {
|
||||||
localStorage.setItem("grouping", grouping);
|
localStorage.setItem("grouping", grouping);
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
Hardware/Hanshow Jigs by Jelmer/Stellar_Battery_tool.stl
Normal file
BIN
Hardware/Hanshow Jigs by Jelmer/Stellar_Battery_tool.stl
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Hardware/Uncommon Tag Jigs/M2_2.7_jig.skp
Normal file
BIN
Hardware/Uncommon Tag Jigs/M2_2.7_jig.skp
Normal file
Binary file not shown.
BIN
Hardware/Uncommon Tag Jigs/M2_2.7_jig.stl
Normal file
BIN
Hardware/Uncommon Tag Jigs/M2_2.7_jig.stl
Normal file
Binary file not shown.
Reference in New Issue
Block a user