Working on fixing a Quick Climate Preset
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s
This commit is contained in:
@ -518,7 +518,7 @@ func (v *Vehicle) GetClimateQuickPresets() {
|
|||||||
|
|
||||||
// re1 := regexp.MustCompile(`\"`)
|
// re1 := regexp.MustCompile(`\"`)
|
||||||
// result := re1.ReplaceAllString(string(tmp.Data), "")
|
// result := re1.ReplaceAllString(string(tmp.Data), "")
|
||||||
re := regexp.MustCompile(`\\`)
|
re := regexp.MustCompile(`\\\\`)
|
||||||
result := re.ReplaceAllString(string(tmp.Data), "") // \u0022
|
result := re.ReplaceAllString(string(tmp.Data), "") // \u0022
|
||||||
|
|
||||||
var cProfiles []ClimateProfile
|
var cProfiles []ClimateProfile
|
||||||
|
Reference in New Issue
Block a user