Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Feb 8, 2022
1 parent dc4132b commit 1ad9e8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arduino-resource-monitor/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Created Date: 04.02.2022 21:12:30
* Author: 3urobeat
*
* Last Modified: 07.02.2022 18:40:11
* Last Modified: 08.02.2022 12:32:49
* Modified By: 3urobeat
*
* Copyright (c) 2022 3urobeat <https://github.com/HerrEurobeat>
Expand All @@ -23,7 +23,7 @@
const int maxcol = 20;
const int maxrow = 4;
const unsigned int baud = 19200;
char version[] = "v0.1.0";
char version[] = "v0.2.0";

LiquidCrystal_PCF8574 lcd(0x27, maxcol, 4);

Expand Down
4 changes: 2 additions & 2 deletions server/linux/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Created Date: 04.02.2022 20:47:18
* Author: 3urobeat
*
* Last Modified: 08.02.2022 12:28:38
* Last Modified: 08.02.2022 12:32:46
* Modified By: 3urobeat
*
* Copyright (c) 2022 3urobeat <https://github.com/HerrEurobeat>
Expand Down Expand Up @@ -34,7 +34,7 @@ const unsigned int displayRows = 4;

const char port[] = "/dev/ttyUSB0";
const unsigned int baud = 19200;
const char version[] = "v0.1.0";
const char version[] = "v0.2.0";
const unsigned int checkInterval = 1000; //1 second is lowest value possibe as mpstat takes a second to collect data
const char cpuTempSensor[] = "k10temp-pci-00c3";

Expand Down

0 comments on commit 1ad9e8e

Please sign in to comment.