-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hPa to mmHg #21
Comments
:-)= comment out line 1392: |
Well then your beautiful inscription will not be displayed. And I wanted her to stay. |
you can try the fix from here kolle86@02114fd |
Need to change the lines in the original firmware from the link you gave? |
Thanks, I'll try. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Imirel? Hello. I asked you how to make the pressure displayed in millimeters of mercury. I solved this problem. I replaced lines 798 of the MorphingClockRemix-no-wm firmware with this one: lstr = String (int (presM * 0.750064)); Everything is working. But there was another problem. Since the pressure in hPa is four-digit, and millimeters of mercury are three-digit, at the beginning of each hour, when the inscription appears on top: LOVE YOU BOO, after it is closed, the letter “O” is not canceled next to the pressure numbers in millimeters of mercury. Only restarting the clock helps. But until the next inscription. How to fix it?
`
The text was updated successfully, but these errors were encountered: