Skip to content

Commit 4b68217

Browse files
committed
Update readme and PWA colors
1 parent 227a325 commit 4b68217

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ Just visit [this link](https://johannes.maron.family/DP100-WebApp/) and you're g
99

1010
## Development
1111

12+
This project is based on the [WebHID](https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API) API.
13+
It is a work-in-progress and not feature-complete. The Modbus implementation has been reverse-engineered
14+
from the Windows library (`ATK-DP100DLL(x64)_2.0.dll`), which can be found as part of the official software.
15+
1216
If you want to contribute to this project, you can clone this repository and open the `index.html` file in your browser.
1317

1418
## Credits
1519

16-
Special thanks for @scottbez1 for inspiring this project and being an overall camp.
20+
Special thanks for [@scottbez1](https://github.com/scottbez1) for inspiring this project and being an overall camp.

assets/icons/icon512_maskable.png

-1.3 KB
Loading

assets/icons/icon512_rounded.png

-1.45 KB
Loading

manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "DP100 Multimeter",
2+
"name": "DP100 Digital Power Supply",
3+
"description": "Web application for DP100 Digital Power Supply.",
34
"short_name": "DP100",
4-
"theme_color": "#2196f3",
5-
"background_color": "#2196f3",
5+
"theme_color": "#03a2e9",
6+
"background_color": "#03a2e9",
67
"display": "fullscreen",
78
"scope": "/DP100-WebApp/",
89
"start_url": "/DP100-WebApp/",

0 commit comments

Comments
 (0)