legatoproject / legato-af

Legato Application Framework
Mozilla Public License 2.0
153 stars 118 forks source link

modemDaemon: Make sure the configTree is updated only if there is an … #75

Open LocutusOfBorg opened 10 months ago

LocutusOfBorg commented 10 months ago

…actual change

If the current counters didn't change since the last configTree update, do not try to update them again.

This causes useless writes of configtree files on each le_mdc_ResetBytesCounter() call with useless rotation (rock, paper, scissors) causing deterioration of the persistent storage.