canon_ble #82

Merged
mattmcw merged 149 commits from canon_ble into main 2023-08-01 03:38:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c6ec54bd06 - Show all commits

View File

@ -247,7 +247,7 @@ PART = "panel";
if (PART == "gate_key") {
gate_key();
} else if (PART == "panel") {
panel();
rotate([180, 0, 0]) panel();
} else {
debug();
}