canon_ble #82
|
@ -247,7 +247,7 @@ PART = "panel";
|
||||||
if (PART == "gate_key") {
|
if (PART == "gate_key") {
|
||||||
gate_key();
|
gate_key();
|
||||||
} else if (PART == "panel") {
|
} else if (PART == "panel") {
|
||||||
panel();
|
rotate([180, 0, 0]) panel();
|
||||||
} else {
|
} else {
|
||||||
debug();
|
debug();
|
||||||
}
|
}
|
Loading…
Reference in New Issue