Skip to content

Commit

Permalink
v1.0.369
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed May 18, 2023
1 parent 3f9122c commit f724560
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.369: Fixed bug in firmware flashing tool
v1.0.368: Updated grblHAL firmware images to 20230501, updated grblHAL Settings templates, added 3-Axes with Door firmware, Fixed bug in Firmware flashing tool for Interface > Firmware Version when offline, Updated included Interface firmware version
v1.0.367: Fixed 'indexOf' startup Bug - removed Port Conflict Detection
v1.0.366: Improved grblHAL integration (Additional Homing Enable Masks)
Expand Down
2 changes: 1 addition & 1 deletion app/wizards/flashingtool2/flashingtool.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var selectedControllerType = 'blackbox4x'
var selectedControllerType = 'blackboxx32'

function flashToolBoard(device) {
selectedControllerType = device
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.368",
"version": "1.0.369",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <[email protected]>",
Expand Down

0 comments on commit f724560

Please sign in to comment.