Skip to content

Commit

Permalink
v1.0.361
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Mar 15, 2023
1 parent 1ad7531 commit 17d8f51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.0.362: Fixed typo in port left over from earlier test
v1.0.361: Test older version of Github Actions runner for Ubuntu installs
v1.0.360: Improved Job Recovery wizard to handle Spindle commands / Warn if no spindle commands found (Thanks to @sharmstr)
v1.0.357-359: Debugged and fixed the Linux/Mac Modules bug, removed Hazardous from dependencies, Changed internal methods for launching esptool
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ process.on("uncaughtException", (err) => {
debug_log("Starting OpenBuilds CONTROL v" + require('./package').version)

var config = {};
config.webPort = process.env.WEB_PORT || 3200;
config.webPort = process.env.WEB_PORT || 3000;
config.posDecimals = process.env.DRO_DECIMALS || 2;
config.grblWaitTime = 0.5;
config.firmwareWaitTime = 4;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.361",
"version": "1.0.362",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <support@openbuilds.com>",
Expand Down

0 comments on commit 17d8f51

Please sign in to comment.