Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
changed hr into h
  • Loading branch information
mkgeiger authored Mar 3, 2019
1 parent d1324b3 commit 0cc635f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GeigerCounter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void GMpulse()
Serial.print(" Time seconds: "); Serial.println(seconds);
Serial.print(" Time minutes: "); Serial.println(minutes);
Serial.print(" CPM: "); Serial.println(CPM);
Serial.print(" uSv/hr: "); Serial.println(uSv);
Serial.print(" uSv/h: "); Serial.println(uSv);
Serial.println(" ");
#endif
}
Expand Down Expand Up @@ -668,7 +668,7 @@ void loop()
client.println(minutesHolder);
client.print("<br>Avg CPM: <b>");
client.println(CPMholder);
client.print("</b><br>Avg &micro;Sv/hr: <b>");
client.print("</b><br>Avg &micro;Sv/h: <b>");
client.println(uSvholder);
client.println("</b><br><a href=\"/RESET\"\"><button>Reset Session</button></a>");

Expand Down

0 comments on commit 0cc635f

Please sign in to comment.