Commit 16ab96d
committed
fix(hub): ship temperature override OFF by default
The default Resources/CoreAISettings asset had enableTemperatureOverriding=1, so
the Hub's 'Override temperature' toggle showed ON out of the box even though the code
default (and every other settings asset) is OFF. Flip it to 0 so a fresh Hub uses each
backend's own default sampling temperature.1 parent 6722e6a commit 16ab96d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments