issue #65 - Auto config feature using Zeroconf/Bonjour
change position order to left first then right
This commit is contained in:
parent
fbb97fbdee
commit
deb45ad393
|
@ -28,8 +28,8 @@ static const struct
|
||||||
const char* name;
|
const char* name;
|
||||||
} neighbourDirs[] =
|
} neighbourDirs[] =
|
||||||
{
|
{
|
||||||
{ 1, 0, "right" },
|
|
||||||
{ -1, 0, "left" },
|
{ -1, 0, "left" },
|
||||||
|
{ 1, 0, "right" },
|
||||||
{ 0, -1, "up" },
|
{ 0, -1, "up" },
|
||||||
{ 0, 1, "down" },
|
{ 0, 1, "down" },
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue