bunch of updates

This commit is contained in:
2024-01-18 23:54:57 -06:00
parent 266c262ff5
commit dda3344a7f
11 changed files with 399 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
syntax = "proto3";
package Messaging;
enum WheelAction {
None = 0;
@@ -38,5 +39,4 @@ message Config {
WheelAction wheel_action = 14;
}
repeated Page pages = 1;
optional WheelAction wheel_action = 2;
}