mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
Add changed back
This commit is contained in:
parent
4375a0101e
commit
aaba99f792
@ -226,6 +226,7 @@ void AdminModule::handleSetOwner(const meshtastic_User &o)
|
|||||||
strncpy(owner.id, o.id, sizeof(owner.id));
|
strncpy(owner.id, o.id, sizeof(owner.id));
|
||||||
}
|
}
|
||||||
if (owner.is_licensed != o.is_licensed) {
|
if (owner.is_licensed != o.is_licensed) {
|
||||||
|
changed = 1;
|
||||||
owner.is_licensed = o.is_licensed;
|
owner.is_licensed = o.is_licensed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user