disable serial for now
/ deploy (push) Successful in -2040h37m48s Details

master church_streamer_v1.0.2
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) {
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 => {

View File

@ -1,6 +1,6 @@
{
"name": "church_streamer",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.mjs",
"scripts": {