Commit 074b575
fix: three CI-caught bugs — AxisColor, SensorRegistry, stdint.h
1. DashboardTheme: add missing AxisColor field (derived from
ToolbarFontColor). Used by 6 widgets but never defined — caused
"Unrecognized field name AxisColor" in MATLAB CI.
2. example_dashboard_advanced: register sensors in SensorRegistry
before DashboardEngine.load() so fromStruct can resolve sensor keys.
3. mksqlite.c: add #include <stdint.h> for uint32_t — MATLAB's mex
compiler on Linux CI doesn't implicitly include it like GCC does.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e0fe350 commit 074b575
3 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
278 | 283 | | |
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
282 | 287 | | |
283 | 288 | | |
284 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
285 | 293 | | |
286 | 294 | | |
287 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
120 | 125 | | |
121 | 126 | | |
122 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments