This commit is contained in:
parent
70faa49450
commit
024acf69d2
2 changed files with 3 additions and 1 deletions
|
@ -112,6 +112,7 @@ class SerialManager {
|
|||
}
|
||||
|
||||
safeStartDelay(sec) {
|
||||
return
|
||||
if (this.attempting || !this.core) return
|
||||
|
||||
this.log('info', `Attempting to connect with display in ${sec} second${sec > 1 ? 's': ''}.`)
|
||||
|
@ -119,6 +120,7 @@ class SerialManager {
|
|||
}
|
||||
|
||||
safeStart() {
|
||||
return false
|
||||
this.start()
|
||||
.then(
|
||||
serial => {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "church_streamer",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue