Add changed back

This commit is contained in:
Ben Meadors 2023-02-09 10:48:17 -06:00 committed by Thomas Göttgens
parent e74b180655
commit f0d27f896a

View File

@ -226,6 +226,7 @@ void AdminModule::handleSetOwner(const meshtastic_User &o)
strncpy(owner.id, o.id, sizeof(owner.id));
}
if (owner.is_licensed != o.is_licensed) {
changed = 1;
owner.is_licensed = o.is_licensed;
}