bugfix, fixed unicode
This commit is contained in:
parent
197d554bee
commit
68265759ba
1 changed files with 1 additions and 1 deletions
|
|
@ -38,6 +38,6 @@ public class TemperatureSensorData extends HalSensorData {
|
|||
|
||||
@Override
|
||||
public String toString(){
|
||||
return temperature+" \\u00b0C";
|
||||
return temperature+" \u00b0C";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue