mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 10:09:55 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2135a57bd | ||
|
|
e77556ee9c | ||
|
|
1aeea88696 |
24
.github/workflows/release.yml
vendored
24
.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: |
|
||||||
@@ -99,15 +99,10 @@ jobs:
|
|||||||
cd /home/runner/work/OpenEPaperLink/OpenEPaperLink
|
cd /home/runner/work/OpenEPaperLink/OpenEPaperLink
|
||||||
cp OpenEPaperLink_Nano_AP/firmware.bin espbinaries/OpenEPaperLink_Nano_AP.bin
|
cp OpenEPaperLink_Nano_AP/firmware.bin espbinaries/OpenEPaperLink_Nano_AP.bin
|
||||||
cp OpenEPaperLink_Nano_AP/merged-firmware.bin espbinaries/OpenEPaperLink_Nano_AP_full.bin
|
cp OpenEPaperLink_Nano_AP/merged-firmware.bin espbinaries/OpenEPaperLink_Nano_AP_full.bin
|
||||||
|
|
||||||
- name: generate release json file
|
|
||||||
run: |
|
|
||||||
mkdir jsonfiles
|
|
||||||
python genfilelist.py ${{ github.ref_name }} $GITHUB_REPOSITORY $GITHUB_SHA
|
|
||||||
|
|
||||||
- name: move files for big APs
|
# - name: move files for big APs
|
||||||
run: |
|
# run: |
|
||||||
cp -a binaries/ESP32-C6/. ESP32_AP-Flasher/data/
|
# cp -a binaries/ESP32-C6/. ESP32_AP-Flasher/data/
|
||||||
|
|
||||||
- name: Build firmware for OpenEPaperLink_AP_and_Flasher
|
- name: Build firmware for OpenEPaperLink_AP_and_Flasher
|
||||||
run: |
|
run: |
|
||||||
@@ -181,6 +176,11 @@ jobs:
|
|||||||
cp OpenEPaperLink_PoE_AP/firmware.bin espbinaries/OpenEPaperLink_PoE_AP.bin
|
cp OpenEPaperLink_PoE_AP/firmware.bin espbinaries/OpenEPaperLink_PoE_AP.bin
|
||||||
cp OpenEPaperLink_PoE_AP/merged-firmware.bin espbinaries/OpenEPaperLink_PoE_AP_full.bin
|
cp OpenEPaperLink_PoE_AP/merged-firmware.bin espbinaries/OpenEPaperLink_PoE_AP_full.bin
|
||||||
|
|
||||||
|
- name: generate release json file
|
||||||
|
run: |
|
||||||
|
mkdir jsonfiles
|
||||||
|
python genfilelist.py ${{ github.ref_name }} $GITHUB_REPOSITORY $GITHUB_SHA
|
||||||
|
|
||||||
- name: Add file lists to release
|
- name: Add file lists to release
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
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