mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
BLE software update works again
This commit is contained in:
parent
601aeb83d7
commit
674b417c87
4 changed files with 50 additions and 35 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue