Commit c1e3eb7
memfault: fix fw version reported to Memfault
Unfortunately we can't use C macros in `.conf` files 😢, so we have to
override the fw prefix symbol in a Kconfig file instead. There is
probably a better solution here for default values in the Kconfigs in
NCS, but this is a simple fix for now.
Tested by printing device info on boot:
```
uart:~$ mflt get_device_info
[00:00:06.696,868] <inf> mflt: S/N: 359404230597438
[00:00:06.696,929] <inf> mflt: SW type: app
[00:00:06.696,990] <inf> mflt: SW version: 1.3.0-dev+c0a36e
[00:00:06.697,052] <inf> mflt: HW version: nrf9151dk
```
Signed-off-by: Gillian Minnehan <gillian.minnehan@nordicsemi.no>1 parent 7d1d131 commit c1e3eb7
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
143 | 151 | | |
144 | 152 | | |
145 | 153 | | |
| |||
0 commit comments