BLE software update works again

This commit is contained in:
geeksville 2020-02-24 18:10:25 -08:00
parent 601aeb83d7
commit 674b417c87
4 changed files with 50 additions and 35 deletions

View file

@ -21,4 +21,7 @@ interface IRadioInterfaceService {
/// owner - read/write this to access a User protobuf
byte []readOwner();
void writeOwner(in byte [] owner);
/// If true we will try to talk to our device, if false we will shutdown. Useful during software update.
void enableLink(boolean enable);
}