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) {
|
safeStartDelay(sec) {
|
||||||
|
return
|
||||||
if (this.attempting || !this.core) return
|
if (this.attempting || !this.core) return
|
||||||
|
|
||||||
this.log('info', `Attempting to connect with display in ${sec} second${sec > 1 ? 's': ''}.`)
|
this.log('info', `Attempting to connect with display in ${sec} second${sec > 1 ? 's': ''}.`)
|
||||||
|
@ -119,6 +120,7 @@ class SerialManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
safeStart() {
|
safeStart() {
|
||||||
|
return false
|
||||||
this.start()
|
this.start()
|
||||||
.then(
|
.then(
|
||||||
serial => {
|
serial => {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "church_streamer",
|
"name": "church_streamer",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue