Skip to content

Minor fixes to airrohr-firmware #1057

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

Open
wants to merge 4 commits into
base: beta
Choose a base branch
from

Conversation

mstv
Copy link

@mstv mstv commented May 30, 2025

  • chore(airrohr-firmware.ino): Remove trailing whitespace
  • fix(DBG_TXT_PRESSURE): Fixup measurement unit (serial output is in Pa, not in hPa)

before:

Temperature (°C): 23.65
Pressure (hPa): 97658.41
Humidity (%): 64.33

after:

Temperature (°C): 23.65
Pressure (Pa): 97658.41
Humidity (%): 64.33
  • fix(loop): Update display after fetching sensors in if (send_now)
  • fix(sntp_time_set): Avoid overflow to 0 in order to reliably check for NTP sync, saturate this counter at 255 instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant