Skip to content

Commit bc8e9de

Browse files
committed
fix: tcp connection management
1 parent 0f634b2 commit bc8e9de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

drivers/panasonic/projector/nt_control.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require "placeos-driver/interface/switchable"
77
# Documentation: https://aca.im/driver_docs/Panasonic/panasonic_pt-vw535n_manual.pdf
88
# also https://aca.im/driver_docs/Panasonic/pt-ez580_en.pdf
99

10-
# How the projector expects you interact with it
10+
# How the projector expects you interact with it.
1111
# ===============================================
1212
# 1. New connection required for each command sent (hence makebreak!)
1313
# 2. On connect, the projector sends you a string of characters to use as a password salt

drivers/sony/displays/bravia.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Sony::Displays::Bravia < PlaceOS::Driver
1212
private INDICATOR = "\x2A\x53" # *S
1313
private HASH = "################"
1414

15-
# Discovery Information.
15+
# Discovery Information
1616
tcp_port 20060
1717
descriptive_name "Sony Bravia LCD Display"
1818
generic_name :Display

shard.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ shards:
191191

192192
openssl_ext:
193193
git: https://github.com/spider-gazelle/openssl_ext.git
194-
version: 2.4.4
194+
version: 2.5.2
195195

196196
oq:
197197
git: https://github.com/blacksmoke16/oq.git
@@ -215,7 +215,7 @@ shards:
215215

216216
pg-orm:
217217
git: https://github.com/spider-gazelle/pg-orm.git
218-
version: 2.0.4
218+
version: 2.0.5
219219

220220
pinger:
221221
git: https://github.com/spider-gazelle/pinger.git
@@ -239,7 +239,7 @@ shards:
239239

240240
placeos-driver:
241241
git: https://github.com/placeos/driver.git
242-
version: 7.13.0
242+
version: 7.13.1
243243

244244
placeos-log-backend:
245245
git: https://github.com/place-labs/log-backend.git

0 commit comments

Comments
 (0)