You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the UWB boards I can change parameters and store them to flash using the config_savecommand in the shell. But if I want to change more parameters and save again, the command returns OK. while discarding the new changes and loading the previous config.
The text was updated successfully, but these errors were encountered:
This commit removes a (possible) unaligned pointer, which could return
weird reads. It was found using clang's undefined behaviour sanitizer
(UBSan).
It might be related to #3 ("Can't config_save for a second time on UWB
boards"), if the size was right. This should be tested.
On the UWB boards I can change parameters and store them to flash using the
config_save
command in the shell. But if I want to change more parameters and save again, the command returnsOK.
while discarding the new changes and loading the previous config.The text was updated successfully, but these errors were encountered: