Commit 976bda6
authored
fix(report): Print correct chip revision (espressif#10277)
It was printed wrongly before. Actual revision is the value divided by 100 in float.1 parent 41cdbd9 commit 976bda6Copy full SHA for 976bda6
File tree
Expand file treeCollapse file tree
1 file changed
+1
-6
lines changedOpen diff view settings
Filter options
- cores/esp32
Expand file treeCollapse file tree
1 file changed
+1
-6
lines changedOpen diff view settings
Collapse file
cores/esp32/chip-debug-report.cpp
Copy file name to clipboardExpand all lines: cores/esp32/chip-debug-report.cpp+1-6Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
87 | 87 | |
88 | 88 | |
89 | 89 | |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
| 90 | + |
96 | 91 | |
97 | 92 | |
98 | 93 | |
|
0 commit comments