Commit 7ec7c26
committed
mgmt: mcumgr: grp: settings_mgmt: Part revert settings save change
Partially reverts commit 7d2fb6c,
it was originally thought that this commit added a method of saving
one specific key using the value that the device already has set,
but has been found to actually save the value that the user has
provided, bypassing the current value that the device has, which is
not compliant with the settings mgmt protocol, therefore remove
this change and it will need to be reworked in future to function
properly by saving one specific value from the device's current
configuration, not a user-specified value
Signed-off-by: Jamie McCrae <[email protected]>1 parent ec3bcd3 commit 7ec7c26
File tree
2 files changed
+5
-18
lines changed- include/zephyr/mgmt/mcumgr/grp/settings_mgmt
- subsys/mgmt/mcumgr/grp/settings_mgmt/src
2 files changed
+5
-18
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | 440 | | |
442 | 441 | | |
443 | 442 | | |
444 | | - | |
445 | 443 | | |
446 | | - | |
447 | 444 | | |
448 | 445 | | |
449 | 446 | | |
| |||
453 | 450 | | |
454 | 451 | | |
455 | 452 | | |
456 | | - | |
457 | 453 | | |
458 | 454 | | |
459 | 455 | | |
| |||
465 | 461 | | |
466 | 462 | | |
467 | 463 | | |
468 | | - | |
469 | | - | |
470 | 464 | | |
471 | | - | |
| 465 | + | |
472 | 466 | | |
473 | | - | |
474 | | - | |
475 | 467 | | |
476 | 468 | | |
477 | 469 | | |
478 | 470 | | |
479 | | - | |
| 471 | + | |
480 | 472 | | |
481 | 473 | | |
482 | 474 | | |
| |||
499 | 491 | | |
500 | 492 | | |
501 | 493 | | |
502 | | - | |
503 | | - | |
504 | 494 | | |
505 | 495 | | |
506 | 496 | | |
| |||
524 | 514 | | |
525 | 515 | | |
526 | 516 | | |
527 | | - | |
528 | | - | |
529 | | - | |
| 517 | + | |
530 | 518 | | |
531 | 519 | | |
532 | 520 | | |
| |||
0 commit comments