kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
test notarise update
rodzic
5404220cdb
commit
8a3fcaba61
|
@ -1,3 +1,5 @@
|
|||
v1.0.380:
|
||||
- Fix for grblHAL startup alarm lock
|
||||
v1.0.379:
|
||||
- Major improvements to USB connection steps,
|
||||
- set up parser before checking for firmware
|
||||
|
|
4
index.js
4
index.js
|
@ -1653,6 +1653,10 @@ io.on("connection", function(socket) {
|
|||
// then try Ctrl+X again
|
||||
setTimeout(function() {
|
||||
|
||||
setTimeout(function() {
|
||||
addQRealtime(String.fromCharCode(0x18)); // ctrl-x (needed for rx/tx connection)
|
||||
}, 100);
|
||||
|
||||
addQRealtime(String.fromCharCode(0x18)); // ctrl-x (needed for rx/tx connection)
|
||||
debug_log("Sent: Ctrl+x after DTR toggle");
|
||||
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
{
|
||||
"name": "OpenBuildsCONTROL",
|
||||
"version": "1.0.379",
|
||||
"version": "1.0.380",
|
||||
"license": "AGPL-3.0",
|
||||
"description": "OpenBuildsCONTROL CNC Machine Host Software",
|
||||
"author": "github.com/openbuilds <support@openbuilds.com>",
|
||||
"resolutions": {
|
||||
"@electron/notarize": "2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^23.1.1",
|
||||
"electron-builder": "^24.9.1",
|
||||
|
|
Ładowanie…
Reference in New Issue