mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 07:07:43 +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: |
|
||||
mkdir espbinaries
|
||||
|
||||
- name: Zip web files
|
||||
run: |
|
||||
cd /home/runner/work/OpenEPaperLink/OpenEPaperLink/ESP32_AP-Flasher
|
||||
python gzip_wwwfiles.py
|
||||
# - name: Zip web files
|
||||
# run: |
|
||||
# cd /home/runner/work/OpenEPaperLink/OpenEPaperLink/ESP32_AP-Flasher
|
||||
# python gzip_wwwfiles.py
|
||||
|
||||
- name: Build firmware for Simple_AP
|
||||
run: |
|
||||
@@ -99,15 +99,10 @@ jobs:
|
||||
cd /home/runner/work/OpenEPaperLink/OpenEPaperLink
|
||||
cp OpenEPaperLink_Nano_AP/firmware.bin espbinaries/OpenEPaperLink_Nano_AP.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
|
||||
run: |
|
||||
cp -a binaries/ESP32-C6/. ESP32_AP-Flasher/data/
|
||||
# - name: move files for big APs
|
||||
# run: |
|
||||
# cp -a binaries/ESP32-C6/. ESP32_AP-Flasher/data/
|
||||
|
||||
- name: Build firmware for OpenEPaperLink_AP_and_Flasher
|
||||
run: |
|
||||
@@ -181,6 +176,11 @@ jobs:
|
||||
cp OpenEPaperLink_PoE_AP/firmware.bin espbinaries/OpenEPaperLink_PoE_AP.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
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
|
||||
Binary file not shown.
@@ -238,7 +238,7 @@ void init_web() {
|
||||
});
|
||||
|
||||
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.on(
|
||||
|
||||
@@ -1072,8 +1072,8 @@ function GroupSortFilter() {
|
||||
|
||||
let grouping = document.querySelector('input[name="group"]:checked')?.value;
|
||||
if (grouping == undefined) {
|
||||
grouping = localStorage.getItem("grouping") + "";
|
||||
document.querySelector('input[name="group"][value="' + grouping + '"]').checked = true
|
||||
grouping = localStorage.getItem("grouping");
|
||||
if (grouping) document.querySelector('input[name="group"][value="' + grouping + '"]').checked = true
|
||||
} else {
|
||||
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