Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
domotikad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
domotika
domotikad
Commits
75efaf23
Commit
75efaf23
authored
10 years ago
by
nextime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dmrv4 autodetection (first try)
parent
06f49b04
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ikapserver.py
domotika/ikapserver.py
+1
-1
No files found.
domotika/ikapserver.py
View file @
75efaf23
...
...
@@ -296,7 +296,7 @@ class DomIkaBaseProtocol(object):
rawio
=
list
(
""
.
join
(
[
""
.
join
(
revlist
(
list
(
bin
(
x
)
.
replace
(
"0b"
,
""
)
.
zfill
(
8
))))
for
x
in
iter
(
astr
[
0
:
4
])]))
rawrel
=
rawio
[
0
:
12
]
rawrel
=
rawio
[
0
:
6
]
rawinp
=
rawio
[
16
:
28
]
if
baseboard_type
==
C
.
BOARD_WORKER_12R12I_v3
:
anab
=
9
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment