made new proto folder

This commit is contained in:
2024-01-17 20:00:45 -06:00
parent 22454d2ac3
commit 8497e9966e
2 changed files with 1 additions and 1 deletions

View File

@@ -38,5 +38,5 @@ message Config {
WheelAction wheel_action = 14;
}
repeated Page pages = 1;
optional WheelAction = 2;
optional WheelAction wheel_action = 2;
}