forked from M-Labs/thermostat
Fix unicode
This commit is contained in:
parent
938e3bd23f
commit
3f7d8fdbf3
@ -506,7 +506,7 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
|||||||
c = {self.hw_rev_data['settings']['fan_k_c']}
|
c = {self.hw_rev_data['settings']['fan_k_c']}
|
||||||
<br>
|
<br>
|
||||||
Fan PWM range:
|
Fan PWM range:
|
||||||
{self.hw_rev_data['settings']['min_fan_pwm']} – {self.hw_rev_data['settings']['max_fan_pwm']}
|
{self.hw_rev_data['settings']['min_fan_pwm']} \u2013 {self.hw_rev_data['settings']['max_fan_pwm']}
|
||||||
<br>
|
<br>
|
||||||
Fan PWM frequency: {self.hw_rev_data['settings']['fan_pwm_freq_hz']} Hz
|
Fan PWM frequency: {self.hw_rev_data['settings']['fan_pwm_freq_hz']} Hz
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user