handle the new set_owner and set_radio messages

This commit is contained in:
geeksville
2020-04-22 15:13:05 -07:00
parent bd77d47215
commit 169d85d0fa
2 changed files with 19 additions and 0 deletions

View File

@@ -41,6 +41,9 @@ class PhoneAPI
ToRadio toRadioScratch; // this is a static scratch object, any data must be copied elsewhere before returning
/// Use to ensure that clients don't get confused about old messages from the radio
uint32_t config_nonce = 0;
public:
PhoneAPI();