Nic Limper
dfa1a5cecd
Revert "Disable SubGhz support until C6 side is ready."
...
This reverts commit 3bc96dc48e .
2024-03-04 13:15:14 +01:00
Nic Limper
cdd26072fd
Revert "Merge remote-tracking branch 'mine/oepl_pr_1' into oepl_pr_1"
...
This reverts commit 39b1938263 , reversing
changes made to 3bc96dc48e .
2024-03-04 13:14:46 +01:00
Skip Hansen
39b1938263
Merge remote-tracking branch 'mine/oepl_pr_1' into oepl_pr_1
2024-03-04 03:54:35 -08:00
Skip Hansen
3bc96dc48e
Disable SubGhz support until C6 side is ready.
2024-03-04 03:43:12 -08:00
Nic Limper
2b62dff5f5
fix gzip wwwfiles
...
to prevent unchanged gzipped files showing up in the commit
2024-03-04 11:44:06 +01:00
Skip Hansen
0864870540
Added SubGhz channel support to AP Web GUI.
2024-03-03 16:46:53 -08:00
jjwbruijn
e2870825cf
88MZ100 v0028 - bugfix and commands
2024-03-03 21:56:00 +01:00
jjwbruijn
a4bdb4acab
FW Pack for autoflasher
2024-03-02 12:13:05 +01:00
Jelmer
058016d208
Update tagotaversions.json
2024-03-02 02:58:30 +01:00
Jelmer
b14cd3909c
Update tagotaversions.json - test
2024-03-02 02:40:14 +01:00
jjwbruijn
cd09a53e02
v0027 M2 ZBS Binaries
2024-03-02 02:09:27 +01:00
jjwbruijn
6bdf99a8e7
v0027 M2 ZBS243, fixes inadvertent redraw
2024-03-01 14:02:37 +01:00
Jelmer
1b256c3fba
Create README.md
2024-03-01 01:41:27 +01:00
Jelmer
ec217a94d0
Merge branch 'master' of https://github.com/jjwbruijn/OpenEPaperLink
2024-03-01 01:29:34 +01:00
Jelmer
2b99ce7139
MiniAP V3 Case
2024-03-01 01:29:26 +01:00
Nic Limper
f6a8fa3d4d
added Dansk (thanks Cokeman), added Nebular 213 templates, removed flasher icon in S2 based AP's
2024-02-29 17:37:35 +01:00
Jelmer
294ed5bd28
Create README.md
2024-02-29 17:08:54 +01:00
Jelmer
92c5d60cf8
Nano C6 case
2024-02-29 16:59:54 +01:00
leXorNet
7ca5461c33
Increased language count cap from 8 to 9 to support the latest language ( #250 )
2024-02-29 00:19:49 +01:00
Jelmer
aebbb22cde
Update oepl-definitions.h
2024-02-28 20:03:10 +01:00
Nic Limper
14e96c72f7
bugfix miniAP doesn't display channel 27
2024-02-28 08:16:47 +01:00
Nic Limper
ebd1adc0d5
gzipped www files
2.5-beta3
2024-02-28 01:20:37 +01:00
Nic Limper
f4cb642142
add Denmark to dayahead electricity prices; enable it also for 2.9" UC8151
2024-02-28 01:11:01 +01:00
Nic Limper
9b2d76a6b6
bugfix: idlereq should not be queued, and only sent when queue is empty
2024-02-28 01:09:00 +01:00
leXorNet
ac979a3c52
Added Swedish content language ( #245 )
2024-02-27 12:11:13 +01:00
Jan-Henrik Bruhn
a606c4c1aa
Use relative paths for fetch calls and websocket ( #243 )
...
This allows the OEPL Frontend to be put behind a reverse proxy like Home
Assistant Ingress to proxy it behind a relative path.
2024-02-27 01:47:36 +01:00
Jelmer
c22fe0d91b
Merge pull request #241 from TheRealMrSteel/patch-1
...
Update content_cards.json
2024-02-27 00:37:42 +01:00
Jelmer
b29907a725
Merge pull request #242 from VstudioLAB/M3_58-26-29FREEZER
...
M3 58 26 29 freezer
2024-02-27 00:36:03 +01:00
Jelmer
8da475901d
Support for rotating generated images based on tagtype profile
2024-02-27 00:32:09 +01:00
Vstudio LAB
e4ed0b13db
Delete ARM_Tag_FW/Newton_M3_nRF52811/$PROJECT_DIR directory
2024-02-26 22:55:48 +01:00
VstudioLAB
0ffd0fbf0e
Update .gitignore
2024-02-26 22:49:03 +01:00
Steel
1cba70b9cc
Update content_cards.json
...
typo in id19
2024-02-26 22:47:50 +01:00
VstudioLAB
6b67f6df2b
updates
2024-02-26 22:24:48 +01:00
Nic Limper
b9fe72de5c
small bugfixes
2.5-beta2
2024-02-26 20:58:46 +01:00
Nic Limper
c458c6b29c
bugfix: config screen is not populated when alias is empty
2024-02-26 11:47:56 +01:00
jjwbruijn
d3b9abf56a
M2 7.5" v0027 fw
2024-02-26 01:27:40 +01:00
Jelmer
d2b17b7a97
added M2 7.5" BW tag type
2024-02-25 23:10:40 +01:00
Nic Limper
7e3e73a064
bugfix: no flasher-only detection on tag-based AP
2024-02-25 21:39:28 +01:00
Jelmer
9ca9007a1c
Update oepl-definitions.h
2024-02-25 19:57:20 +01:00
Nic Limper
b03ad07179
bugfix, AP always reported C6 present
2024-02-25 15:26:01 +01:00
Nic Limper
56537e46be
dirty fix for zlib compression
...
The miniz is used for zlib compression. But because that library has some bugs related to a smal window sizes (we need 4096), I had to make some patches to the library. The miniz library happens to also be part of esp-idf. To distinguish between our version and the esp-idf version, I created a `namespace Miniz` around our version. But nevertheless, the esp-idf version is called when I'm calling Miniz::tdefl_init and Miniz::tdefl_compress . Why??
Anyway, renamed tdefl_init and tdefl_compress to tdefl_initOEPL and tdefl_compressOEPL to get it working. This is ugly. If somebody has a better solution, please let me know!
2024-02-25 14:45:03 +01:00
Nic Limper
bc06ea74e8
gzipped web files
2.5-beta
2024-02-24 14:04:47 +01:00
Nic Limper
9137c5acb1
add BLE to all ESP32-S3 based AP's (default disabled; enable in the config screen if needed)
2024-02-24 14:01:27 +01:00
Nic Limper
c0e59dadb4
webflasher serial passthrough, work in progress, turned off for now
2024-02-24 12:46:27 +01:00
Nic Limper
0dd3a8459b
fix for mini AP
2024-02-23 17:19:08 +01:00
Nic Limper
ebd6b5289c
lot of small fixes
...
- adds tag serial debug in webflasher and power up/down buttons
- fixes bug where esp32-s3 connected via usb cdc slows down when no terminal connection is present
- fix: ghost tags reporting a different channel id than the AP are now ignored
- webflasher now ramps up/down power to prevent spikes
- bugfix: C6 doesn't get reset anoymore by the watchdog during flashing
- bugfix: C6 could go in flash mode unintended
- a failed connection during swd write blocks is now reported back instead of silently ignored
- added 4 areas of Sweden to day ahead price content
- new context menu option 'Delete all inactive tags' (only when right clicking on an inactive tag).
- adjusted some timings
2024-02-23 17:08:52 +01:00
atc1441
65558360ef
Added offline lines to TLSR FW, If the AP is not found the display will draw 5 lines to notify the user
2024-02-20 18:12:44 +01:00
atc1441
dd69fa029a
Added ATC_MiThermometer to the BLE part. This allows to receive the Advertising data from the Custom firmware running on the Thermometer via BLE
2024-02-16 18:12:13 +01:00
atc1441
9bbd30b783
Fixed TLSR No AP useless refresh
2024-02-16 16:04:49 +01:00
jjwbruijn
691b688f46
added magic numbers to M2 7.5"
2024-02-16 01:17:11 +01:00