|
Post by cheesman97 on Sept 17, 2018 12:19:02 GMT -8
Hi all
I can't get my temperature information in celsius. I change the line in state.py like down below:
##################
# English or Metric
##################
# if False, then English
# if True, then Metric
EnglishMetric = True
I restarted the script and the whole Raspberry.
What am I doing wrong?
Best Regards
|
|
|
Post by SDL on Sept 18, 2018 7:38:53 GMT -8
Chessman97,
I'll just bet there is a problem with the Pickle File. Try this:
rm SPPState.pkl in the main SPP directory.
Then restart. I'll be that is overriding it.
BP
|
|
|
Post by cheesman97 on Sept 18, 2018 8:40:55 GMT -8
Thanks! Worked fine 
|
|