Add metadata to phone api want config messages

This commit is contained in:
Ben Meadors
2023-02-16 10:21:03 -06:00
parent 3f4780479f
commit 3ae1fdf661
9 changed files with 127 additions and 58 deletions

View File

@@ -27,6 +27,7 @@ class PhoneAPI
STATE_SEND_CONFIG, // Replacement for the old Radioconfig
STATE_SEND_MODULECONFIG, // Send Module specific config
STATE_SEND_COMPLETE_ID,
STATE_SEND_METADATA,
STATE_SEND_PACKETS // send packets or debug strings
};