Skip to content

Commit

Permalink
Better RU translation, fix preload and check the file length
Browse files Browse the repository at this point in the history
  • Loading branch information
xreef committed Feb 3, 2022
1 parent fe09aae commit ab6f3b7
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Thanks to Aleksandr Shell for the russian language translation.
Thanks to [reprapy](https://reprapy.pl/) for the polish language translation.

##### Changelog
- 2022-02-03 BeePrint 1.5 MKS WiFi 1.2 Better RU translation, fix preload and check the file length
- 2022-01-08 BeePrint 1.4 MKS WiFi 1.2 Static IP configuration, mDNS, polish translation and minor fix
- 2022-01-02 BeePrint 1.3 Polish language
- 2021-12-30 BeePrint 1.2 Add GCode sender widget
Expand Down
Binary file modified data/bundle.min.js.gz
Binary file not shown.
5 changes: 4 additions & 1 deletion data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</head>
<body>
<div id="preloader">
<div id="loader"></div>
<div id="loader"></div>
</div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand All @@ -48,10 +48,12 @@
window.onload = function () {document.getElementById("preloader").classList.add('loaded');}
</script>
<script id="settings" src="settings.js"></script>

<script language="javascript" type="text/javascript">
var d = new Date();
document.getElementById("settings").src = "settings.js?v=" +d.getTime();
</script>

<script src="bundle.min.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -60,6 +62,7 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VCSWZ9FQ76');
</script>

Expand Down
2 changes: 1 addition & 1 deletion data/settings.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var settings = {"localDevIP":"192.168.1.171", "localRestPort":80, "localWSPort":8081}
var settings = {"localDevIP":"192.168.1.35", "localRestPort":80, "localWSPort":8081};
Binary file modified data/style.css.gz
Binary file not shown.
Binary file modified firmware_release/MksWifi_WebView.bin
Binary file not shown.
Binary file added firmware_release/wv/MksWifi_WebView_1.4.bin
Binary file not shown.

0 comments on commit ab6f3b7

Please sign in to comment.