Skip to content

Commit aedeff9

Browse files
committed
Fix FW git link go to to TFT instead of ESP3D thanks to SpankyDevil to pointing it
1 parent 92e711a commit aedeff9

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

dist/CNC/GRBL/index.html.gz

6 Bytes
Binary file not shown.

dist/CNC/GRBLHal/index.html.gz

5 Bytes
Binary file not shown.

dist/Plotter/HP-GL/index.html.gz

6 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
3 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.

dist/SandTable/GRBL/index.html.gz

6 Bytes
Binary file not shown.

src/components/App/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
import { h } from "preact"
1919
import { webUIbuild } from "../../targets"
20-
export const webUIversion = "3.0.0-a71"
20+
export const webUIversion = "3.0.0-a72"
2121
export const Esp3dVersion = () => (
2222
<span>
2323
{webUIversion}.{webUIbuild}

src/pages/about/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const About = () => {
184184
interfaceSettings.current.custom &&
185185
interfaceSettings.current.custom.fwurl
186186
? interfaceSettings.current.custom.fwurl
187-
: i
187+
: i && i != "none"
188188
? fwUrl[1]
189189
: fwUrl[0]
190190

0 commit comments

Comments
 (0)