mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 19:20:41 +02:00
Typo causing silent failure. $z would be Perl, but this is Python.
This commit is contained in:
parent
2cb3f18151
commit
9bf969ed27
@ -62,8 +62,8 @@ sub one
|
||||
}
|
||||
|
||||
|
||||
$z = -0.8
|
||||
z = -0.8
|
||||
# x: corner offset, compensation for rotation, array position
|
||||
# y: corner offet
|
||||
&orig(5+16+22*2, 5)
|
||||
&orig(5+16+22*3, 5)
|
||||
&one;
|
||||
|
Loading…
Reference in New Issue
Block a user