Skip to content

Commit

Permalink
Fix FW git link go to to TFT instead of ESP3D thanks to SpankyDevil t…
Browse files Browse the repository at this point in the history
…o pointing it
  • Loading branch information
luc-github committed Aug 11, 2024
1 parent 92e711a commit aedeff9
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Binary file modified dist/CNC/GRBL/index.html.gz
Binary file not shown.
Binary file modified dist/CNC/GRBLHal/index.html.gz
Binary file not shown.
Binary file modified dist/Plotter/HP-GL/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Marlin-embedded/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Marlin/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Repetier/index.html.gz
Binary file not shown.
Binary file modified dist/Printer3D/Smoothieware/index.html.gz
Binary file not shown.
Binary file modified dist/SandTable/GRBL/index.html.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/App/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
import { h } from "preact"
import { webUIbuild } from "../../targets"
export const webUIversion = "3.0.0-a71"
export const webUIversion = "3.0.0-a72"
export const Esp3dVersion = () => (
<span>
{webUIversion}.{webUIbuild}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const About = () => {
interfaceSettings.current.custom &&
interfaceSettings.current.custom.fwurl
? interfaceSettings.current.custom.fwurl
: i
: i && i != "none"
? fwUrl[1]
: fwUrl[0]

Expand Down

0 comments on commit aedeff9

Please sign in to comment.