diff --git a/radioconfig.options b/radioconfig.options index 3107589..c56c4d3 100644 --- a/radioconfig.options +++ b/radioconfig.options @@ -10,4 +10,4 @@ *UserPreferences.mqtt_password max_size:32 *UserPreferences.canned_message_plugin_allow_input_source max_size:16 -*UserPreferences.canned_message_plugin_messages max_size:1024 +*UserPreferences.canned_message_plugin_messages max_size:200 diff --git a/radioconfig.proto b/radioconfig.proto index 82d93a0..8dc9cf9 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -218,15 +218,15 @@ enum PositionFlags { } enum InputEventChar { - NULL = 0; - UP = 17; - DOWN = 18; - LEFT = 19; - RIGHT = 20; + KEY_NONE = 0; + KEY_UP = 17; + KEY_DOWN = 18; + KEY_LEFT = 19; + KEY_RIGHT = 20; /* '\n' */ - SELECT = 10; - BACK = 27; - CANCEL = 24; + KEY_SELECT = 10; + KEY_BACK = 27; + KEY_CANCEL = 24; } /*