We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e2e16 commit 8336844Copy full SHA for 8336844
boards/esp32s3_devkitm.overlay
@@ -7,3 +7,7 @@
7
&wifi {
8
status = "okay";
9
};
10
+
11
+&coretemp {
12
+ status = "okay";
13
+};
prj.conf
@@ -94,3 +94,7 @@ CONFIG_FLASH=y
94
CONFIG_FLASH_PAGE_LAYOUT=y
95
CONFIG_FLASH_MAP=y
96
CONFIG_STREAM_FLASH=y
97
98
+# For cpu_temp metric
99
+CONFIG_SENSOR=y
100
+CONFIG_ADC=y
west.yml
@@ -19,4 +19,4 @@ manifest:
19
- name: memfault-firmware-sdk
20
path: modules/lib/memfault-firmware-sdk
21
remote: memfault
22
- revision: 1.9.0
+ revision: 1.9.2
0 commit comments