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:
|
v1.0.379:
|
||||||
- Major improvements to USB connection steps,
|
- Major improvements to USB connection steps,
|
||||||
- set up parser before checking for firmware
|
- 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
|
// then try Ctrl+X again
|
||||||
setTimeout(function() {
|
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)
|
addQRealtime(String.fromCharCode(0x18)); // ctrl-x (needed for rx/tx connection)
|
||||||
debug_log("Sent: Ctrl+x after DTR toggle");
|
debug_log("Sent: Ctrl+x after DTR toggle");
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "OpenBuildsCONTROL",
|
"name": "OpenBuildsCONTROL",
|
||||||
"version": "1.0.379",
|
"version": "1.0.380",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "OpenBuildsCONTROL CNC Machine Host Software",
|
"description": "OpenBuildsCONTROL CNC Machine Host Software",
|
||||||
"author": "github.com/openbuilds <support@openbuilds.com>",
|
"author": "github.com/openbuilds <support@openbuilds.com>",
|
||||||
|
"resolutions": {
|
||||||
|
"@electron/notarize": "2.3.2"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^23.1.1",
|
"electron": "^23.1.1",
|
||||||
"electron-builder": "^24.9.1",
|
"electron-builder": "^24.9.1",
|
||||||
|
|
Ładowanie…
Reference in New Issue