Add changed back

This commit is contained in:
Ben Meadors
2023-02-10 01:40:47 +01:00
committed by Thomas Göttgens
co-authored by Thomas Göttgens
parent e74b180655
commit f0d27f896a
+1
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;
}