disable serial for now
All checks were successful
/ deploy (push) Successful in -2040h37m48s

This commit is contained in:
Jonatan Nilsson 2024-02-25 21:55:52 +00:00
parent 70faa49450
commit 024acf69d2
2 changed files with 3 additions and 1 deletions

View file

@ -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 => {

View file

@ -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": {