mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
Merge branch 'master' of git://github.com/brmlab/brmdoor
This commit is contained in:
commit
e1df7ca03b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ use warnings;
|
|||
use POE;
|
||||
|
||||
our $channel = "#brmlab";
|
||||
our $streamurl = "http://nat.brmlab.cz:8090/brmstream.asf";
|
||||
our $streamurl = "http://video.hrach.eu:8090/brmstream.asf";
|
||||
our $devdoor = $ARGV[0]; $devdoor ||= "/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A700e1qB-if00-port0";
|
||||
our $devasign = $ARGV[1]; $devasign ||= "/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0";
|
||||
our ($status, $streaming, $topic) = (0, 0, 'BRMLAB OPEN');
|
||||
|
@ -782,7 +782,7 @@ tie(%modes, 'Tie::IxHash',
|
|||
'hold' => 'b',
|
||||
'rotate' => 'a',
|
||||
'flash' => 'c',
|
||||
'roll_up' => 'd',
|
||||
'roll_up' => 'e',
|
||||
'roll_down' => 'f',
|
||||
'roll_left' => 'g',
|
||||
'roll_right' => 'h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue